#6E2608

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

Shades of Baker's Chocolate #6E2608

Tints of Baker's Chocolate #6E2608

Color information

#6E2608 (or 0x6E2608) is unknown color: approx Baker's Chocolate. HEX triplet: 6E, 26 and 08. RGB value is (110,38,8). Sum of RGB (Red+Green+Blue) = 110+38+8=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2608 is #91D9F7. Grayscale: #383838. Windows color (decimal): -9558520 or 534126. OLE color: 534126.

HSL color Cylindrical-coordinate representation of color #6E2608: hue angle of 17.65º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E2608 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB110388-
CMYK00.650.930.57
HSL17.65º86.44%23.14%-
HSV(B)17.65º92.73%43.14%-
XYZ7.174.720.76-
YUV56.11100.85166.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 70.51%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=70.51%
G=24.36%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11038800.650.930.5717.6586.4423.14
Hex6E2680415D39125617
Octal15646100101135712212627
Binary1101110100110100001000001101110111100110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,38,8); }

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

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

 a { background-color: rgb(110,38,8); }

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

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

 span { border-color: rgb(110,38,8); }

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