#6F302B

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

Shades of Auburn #6F302B

Tints of Auburn #6F302B

Color information

#6F302B (or 0x6F302B) is unknown color: approx Auburn. HEX triplet: 6F, 30 and 2B. RGB value is (111,48,43). Sum of RGB (Red+Green+Blue) = 111+48+43=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F302B is #90CFD4. Grayscale: #424242. Windows color (decimal): -9490389 or 2830447. OLE color: 2830447.

HSL color Cylindrical-coordinate representation of color #6F302B: hue angle of 4.41º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F302B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1114843-
CMYK00.570.610.56
HSL4.41º44.16%30.2%-
HSV(B)4.41º61.26%43.53%-
XYZ8.055.672.96-
YUV66.27114.87159.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.95%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=54.95%
G=23.76%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111484300.570.610.564.4144.1630.2
Hex6F302B0393D3842c1e
Octal1576053071757045436
Binary1101111110000101011011100111110111100010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,43); }

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

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

 a { background-color: rgb(111,48,43); }

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

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

 span { border-color: rgb(111,48,43); }

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