Html Css Color HEX #6D2604 Baker's Chocolate

📋 copy color: '#6D2604'

red 109 ◦ green 38 ◦ blue 4

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

Shades of Baker's Chocolate #6D2604

Tints of Baker's Chocolate #6D2604

RGB

 RED value IS 109 (42.97% from 255) = 72.19%

 GREEN value IS 38 (15.23% from 255) = 25.17%

 BLUE value IS 4 (1.95% from 255) = 2.65%

R = 72.19%
G = 25.17%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D2604 (or 0x6D2604) is known color: Baker's Chocolate. HEX triplet: 6D, 26 and 04. RGB value is (109,38,4). Sum of RGB (Red+Green+Blue) = 109+38+4=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2604 is #92D9FB. Grayscale: #373737. Windows color (decimal): -9624060 or 271981. OLE color: 271981.

HSL color Cylindrical-coordinate representation of color #6D2604: hue angle of 19.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D2604 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 38 4 -
CMYK 0 0.65 0.96 0.57
HSL 19.43º 0.93% 0.22% -
HSV(B) 19.43º 0.96% 0.43% -
XYZ 7.02 4.65 0.64 -
YUV 55.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 109 38 4 0 0.65 0.96 0.57 19.43 0.93 0.22
Hex 6D 26 4 0 41 60 39 13 5D 16
Octal 155 46 4 0 101 140 71 23 135 26
Binary 1101101 100110 100 0 1000001 1100000 111001 10011 1011101 10110

Color Harmonies of #6D2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2604

Black with #6D2604

Text Example


Text Example

White with #6D2604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,38,4); }

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

background-color css

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

 a { background-color: rgb(109,38,4); }

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

border-color css

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

 span { border-color: rgb(109,38,4); }

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