#6b2417

Color #6B2417 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6B2417

Tints of Red Oxide #6B2417

Color information

#6B2417 (or 0x6B2417) is unknown color: approx Red Oxide. HEX triplet: 6B, 24 and 17. RGB value is (107,36,23). Sum of RGB (Red+Green+Blue) = 107+36+23=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2417 is #94DBE8. Grayscale: #373737. Windows color (decimal): -9755625 or 1516651. OLE color: 1516651.

HSL color Cylindrical-coordinate representation of color #6B2417: hue angle of 9.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2417 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1073623-
CMYK00.660.790.58
HSL9.29º64.62%25.49%-
HSV(B)9.29º78.5%41.96%-
XYZ6.854.451.31-
YUV55.75109.52164.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 64.46%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=64.46%
G=21.69%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107362300.660.790.589.2964.6225.49
Hex6B24170424F3A94119
Octal15344270102117721110131
Binary1101011100100101110100001010011111110101001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b2417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b2417; }

 p { color: rgb(107,36,23); }

 H1.HeaderClassName
 {
   color: #6b2417;
 }
 .AnyTagClassName
 {
   color: #6b2417;
 }
</style>
background-color css

<style>
 a { background-color: #6b2417; }

 a { background-color: rgb(107,36,23); }

 div.DivClassName
 {
   background-color: #6b2417;
 }
 .BgClassName
 {
   background-color: #6b2417;
 }
</style>
border-color css

<style>
 span { border-color: #6b2417; }

 span { border-color: rgb(107,36,23); }

 td.TdClassName
 {
   border-color: #6b2417;
 }
 .TagClassName
 {
   border-color: #6b2417;
 }
</style>