#6F310B

Color #6F310B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #6F310B

Tints of Baker's Chocolate #6F310B

Color information

#6F310B (or 0x6F310B) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 31 and 0B. RGB value is (111,49,11). Sum of RGB (Red+Green+Blue) = 111+49+11=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F310B is #90CEF4. Grayscale: #3F3F3F. Windows color (decimal): -9490165 or 733551. OLE color: 733551.

HSL color Cylindrical-coordinate representation of color #6F310B: hue angle of 22.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F310B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1114911-
CMYK00.560.900.56
HSL22.8º81.97%23.92%-
HSV(B)22.8º90.09%43.53%-
XYZ7.715.60.99-
YUV63.2198.54162.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=64.91%
G=28.65%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111491100.560.900.5622.881.9723.92
Hex6F31B0385A38175218
Octal1576113070132702712230
Binary110111111000110110111000101101011100010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,11); }

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

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

 a { background-color: rgb(111,49,11); }

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

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

 span { border-color: rgb(111,49,11); }

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