#6B2609

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

Shades of Baker's Chocolate #6B2609

Tints of Baker's Chocolate #6B2609

Color information

#6B2609 (or 0x6B2609) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 26 and 09. RGB value is (107,38,9). Sum of RGB (Red+Green+Blue) = 107+38+9=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2609 is #94D9F6. Grayscale: #373737. Windows color (decimal): -9755127 or 599659. OLE color: 599659.

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

Color convert

RGB107389-
CMYK00.640.920.58
HSL17.76º84.48%22.75%-
HSV(B)17.76º91.59%41.96%-
XYZ6.814.530.77-
YUV55.32101.86164.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.48%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=69.48%
G=24.68%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10738900.640.920.5817.7684.4822.75
Hex6B2690405C3A125417
Octal15346110100134722212427
Binary1101011100110100101000000101110011101010010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,38,9); }

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

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

 a { background-color: rgb(107,38,9); }

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

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

 span { border-color: rgb(107,38,9); }

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