Html Css Color HEX #6D3604 Baker's Chocolate

📋 copy color: '#6D3604'

red 109 ◦ green 54 ◦ blue 4

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

Shades of Baker's Chocolate #6D3604

Tints of Baker's Chocolate #6D3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

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

R = 65.27%
G = 32.34%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D3604 (or 0x6D3604) is known color: Baker's Chocolate. HEX triplet: 6D, 36 and 04. RGB value is (109,54,4). Sum of RGB (Red+Green+Blue) = 109+54+4=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3604 is #92C9FB. Grayscale: #414141. Windows color (decimal): -9619964 or 276077. OLE color: 276077.

HSL color Cylindrical-coordinate representation of color #6D3604: hue angle of 28.57º 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 #6D3604 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 4 -
CMYK 0 0.50 0.96 0.57
HSL 28.57º 0.93% 0.22% -
HSV(B) 28.57º 0.96% 0.43% -
XYZ 7.65 5.9 0.85 -
YUV 64.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 109 54 4 0 0.50 0.96 0.57 28.57 0.93 0.22
Hex 6D 36 4 0 32 60 39 1D 5D 16
Octal 155 66 4 0 62 140 71 35 135 26
Binary 1101101 110110 100 0 110010 1100000 111001 11101 1011101 10110

Color Harmonies of #6D3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3604

Black with #6D3604

Text Example


Text Example

White with #6D3604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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