Html Css Color HEX #6C2308 Baker's Chocolate

📋 copy color: '#6C2308'

red 108 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #6C2308

Tints of Baker's Chocolate #6C2308

RGB

 RED value IS 108 (42.58% from 255) = 71.52%

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 71.52%
G = 23.18%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6C2308 (or 0x6C2308) is known color: Baker's Chocolate. HEX triplet: 6C, 23 and 08. RGB value is (108,35,8). Sum of RGB (Red+Green+Blue) = 108+35+8=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2308 is #93DCF7. Grayscale: #353535. Windows color (decimal): -9690360 or 533356. OLE color: 533356.

HSL color Cylindrical-coordinate representation of color #6C2308: hue angle of 16.2º 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 #6C2308 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 35 8 -
CMYK 0 0.68 0.93 0.58
HSL 16.2º 0.86% 0.23% -
HSV(B) 16.2º 0.93% 0.42% -
XYZ 6.83 4.41 0.72 -
YUV 53.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 108 35 8 0 0.68 0.93 0.58 16.2 0.86 0.23
Hex 6C 23 8 0 44 5D 3A 10 56 17
Octal 154 43 10 0 104 135 72 20 126 27
Binary 1101100 100011 1000 0 1000100 1011101 111010 10000 1010110 10111

Color Harmonies of #6C2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2308

Black with #6C2308

Text Example


Text Example

White with #6C2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,8); }

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

background-color css

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

 a { background-color: rgb(108,35,8); }

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

border-color css

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

 span { border-color: rgb(108,35,8); }

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