Html Css Color HEX #6D2304 Baker's Chocolate

📋 copy color: '#6D2304'

red 109 ◦ green 35 ◦ blue 4

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

Shades of Baker's Chocolate #6D2304

Tints of Baker's Chocolate #6D2304

RGB

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

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

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

R = 73.65%
G = 23.65%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D2304 (or 0x6D2304) is known color: Baker's Chocolate. HEX triplet: 6D, 23 and 04. RGB value is (109,35,4). Sum of RGB (Red+Green+Blue) = 109+35+4=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2304 is #92DCFB. Grayscale: #353535. Windows color (decimal): -9624828 or 271213. OLE color: 271213.

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

Color convert

RGB 109 35 4 -
CMYK 0 0.68 0.96 0.57
HSL 17.71º 0.93% 0.22% -
HSV(B) 17.71º 0.96% 0.43% -
XYZ 6.93 4.46 0.61 -
YUV 53.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 109 35 4 0 0.68 0.96 0.57 17.71 0.93 0.22
Hex 6D 23 4 0 44 60 39 12 5D 16
Octal 155 43 4 0 104 140 71 22 135 26
Binary 1101101 100011 100 0 1000100 1100000 111001 10010 1011101 10110

Color Harmonies of #6D2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2304

Black with #6D2304

Text Example


Text Example

White with #6D2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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