Html Css Color HEX #6C2506 Baker's Chocolate

📋 copy color: '#6C2506'

red 108 ◦ green 37 ◦ blue 6

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

Shades of Baker's Chocolate #6C2506

Tints of Baker's Chocolate #6C2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

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

R = 71.52%
G = 24.5%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C2506 (or 0x6C2506) is known color: Baker's Chocolate. HEX triplet: 6C, 25 and 06. RGB value is (108,37,6). Sum of RGB (Red+Green+Blue) = 108+37+6=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2506 is #93DAF9. Grayscale: #363636. Windows color (decimal): -9689850 or 402796. OLE color: 402796.

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

Color convert

RGB 108 37 6 -
CMYK 0 0.66 0.94 0.58
HSL 18.24º 0.89% 0.22% -
HSV(B) 18.24º 0.94% 0.42% -
XYZ 6.88 4.52 0.68 -
YUV 54.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 108 37 6 0 0.66 0.94 0.58 18.24 0.89 0.22
Hex 6C 25 6 0 42 5E 3A 12 59 16
Octal 154 45 6 0 102 136 72 22 131 26
Binary 1101100 100101 110 0 1000010 1011110 111010 10010 1011001 10110

Color Harmonies of #6C2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2506

Black with #6C2506

Text Example


Text Example

White with #6C2506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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