#6A2708

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

Shades of Baker's Chocolate #6A2708

Tints of Baker's Chocolate #6A2708

Color information

#6A2708 (or 0x6A2708) is unknown color: approx Baker's Chocolate. HEX triplet: 6A, 27 and 08. RGB value is (106,39,8). Sum of RGB (Red+Green+Blue) = 106+39+8=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2708 is #95D8F7. Grayscale: #373737. Windows color (decimal): -9820408 or 534378. OLE color: 534378.

HSL color Cylindrical-coordinate representation of color #6A2708: hue angle of 18.98º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A2708 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB106398-
CMYK00.630.920.58
HSL18.98º85.96%22.35%-
HSV(B)18.98º92.45%41.57%-
XYZ6.714.530.75-
YUV55.5101.2164.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.28%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=69.28%
G=25.49%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10639800.630.920.5818.9885.9622.35
Hex6A27803F5C3A135616
Octal1524710077134722312626
Binary110101010011110000111111101110011101010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,8); }

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

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

 a { background-color: rgb(106,39,8); }

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

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

 span { border-color: rgb(106,39,8); }

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