#6F2605

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

Shades of Baker's Chocolate #6F2605

Tints of Baker's Chocolate #6F2605

Color information

#6F2605 (or 0x6F2605) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 26 and 05. RGB value is (111,38,5). Sum of RGB (Red+Green+Blue) = 111+38+5=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2605 is #90D9FA. Grayscale: #383838. Windows color (decimal): -9492987 or 337519. OLE color: 337519.

HSL color Cylindrical-coordinate representation of color #6F2605: hue angle of 18.68º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F2605 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB111385-
CMYK00.660.950.56
HSL18.68º91.38%22.75%-
HSV(B)18.68º95.5%43.53%-
XYZ7.284.780.68-
YUV56.0699.18167.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=72.08%
G=24.68%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138500.660.950.5618.6891.3822.75
Hex6F2650425F38135b17
Octal1574650102137702313327
Binary110111110011010101000010101111111100010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,5); }

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

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

 a { background-color: rgb(111,38,5); }

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

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

 span { border-color: rgb(111,38,5); }

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