Html Css Color HEX #6C2406 Baker's Chocolate

📋 copy color: '#6C2406'

red 108 ◦ green 36 ◦ blue 6

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

Shades of Baker's Chocolate #6C2406

Tints of Baker's Chocolate #6C2406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 72%
G = 24%
B = 4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C2406 (or 0x6C2406) is known color: Baker's Chocolate. HEX triplet: 6C, 24 and 06. RGB value is (108,36,6). Sum of RGB (Red+Green+Blue) = 108+36+6=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2406 is #93DBF9. Grayscale: #363636. Windows color (decimal): -9690106 or 402540. OLE color: 402540.

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

Color convert

RGB 108 36 6 -
CMYK 0 0.67 0.94 0.58
HSL 17.65º 0.89% 0.22% -
HSV(B) 17.65º 0.94% 0.42% -
XYZ 6.85 4.46 0.67 -
YUV 54.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 108 36 6 0 0.67 0.94 0.58 17.65 0.89 0.22
Hex 6C 24 6 0 43 5E 3A 12 59 16
Octal 154 44 6 0 103 136 72 22 131 26
Binary 1101100 100100 110 0 1000011 1011110 111010 10010 1011001 10110

Color Harmonies of #6C2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2406

Black with #6C2406

Text Example


Text Example

White with #6C2406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,36,6); }

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

background-color css

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

 a { background-color: rgb(108,36,6); }

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

border-color css

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

 span { border-color: rgb(108,36,6); }

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