Html Css Color HEX #6B2408 Baker's Chocolate

📋 copy color: '#6B2408'

red 107 ◦ green 36 ◦ blue 8

#6B2408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #6B2408

Tints of Baker's Chocolate #6B2408

RGB

 RED value IS 107 (42.19% from 255) = 70.86%

 GREEN value IS 36 (14.45% from 255) = 23.84%

 BLUE value IS 8 (3.52% from 255) = 5.3%

R = 70.86%
G = 23.84%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B2408 (or 0x6B2408) is known color: Baker's Chocolate. HEX triplet: 6B, 24 and 08. RGB value is (107,36,8). Sum of RGB (Red+Green+Blue) = 107+36+8=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2408 is #94DBF7. Grayscale: #363636. Windows color (decimal): -9755640 or 533611. OLE color: 533611.

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

Color convert

RGB 107 36 8 -
CMYK 0 0.66 0.93 0.58
HSL 16.97º 0.86% 0.23% -
HSV(B) 16.97º 0.93% 0.42% -
XYZ 6.74 4.41 0.72 -
YUV 54.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 107 36 8 0 0.66 0.93 0.58 16.97 0.86 0.23
Hex 6B 24 8 0 42 5D 3A 11 56 17
Octal 153 44 10 0 102 135 72 21 126 27
Binary 1101011 100100 1000 0 1000010 1011101 111010 10001 1010110 10111

Color Harmonies of #6B2408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2408

Black with #6B2408

Text Example


Text Example

White with #6B2408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,8); }

 H1.HeaderClassName
 {
   color: #6B2408;
 }
 .AnyTagClassName
 {
   color: #6B2408;
 }
</style>

background-color css

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

 a { background-color: rgb(107,36,8); }

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

border-color css

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

 span { border-color: rgb(107,36,8); }

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