#6B2117

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

Shades of Red Oxide #6B2117

Tints of Red Oxide #6B2117

Color information

#6B2117 (or 0x6B2117) is unknown color: approx Red Oxide. HEX triplet: 6B, 21 and 17. RGB value is (107,33,23). Sum of RGB (Red+Green+Blue) = 107+33+23=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2117 is #94DEE8. Grayscale: #363636. Windows color (decimal): -9756393 or 1515883. OLE color: 1515883.

HSL color Cylindrical-coordinate representation of color #6B2117: hue angle of 7.14º 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 #6B2117 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1073323-
CMYK00.690.790.58
HSL7.14º64.62%25.49%-
HSV(B)7.14º78.5%41.96%-
XYZ6.764.281.28-
YUV53.99110.52165.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.64%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=65.64%
G=20.25%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107332300.690.790.587.1464.6225.49
Hex6B21170454F3A74119
Octal1534127010511772710131
Binary110101110000110111010001011001111111010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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