Html Css Color HEX #6D2A04 Baker's Chocolate

📋 copy color: '#6D2A04'

red 109 ◦ green 42 ◦ blue 4

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

Shades of Baker's Chocolate #6D2A04

Tints of Baker's Chocolate #6D2A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.1%

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

R = 70.32%
G = 27.1%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D2A04 (or 0x6D2A04) is known color: Baker's Chocolate. HEX triplet: 6D, 2A and 04. RGB value is (109,42,4). Sum of RGB (Red+Green+Blue) = 109+42+4=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2A04 is #92D5FB. Grayscale: #393939. Windows color (decimal): -9623036 or 273005. OLE color: 273005.

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

Color convert

RGB 109 42 4 -
CMYK 0 0.61 0.96 0.57
HSL 21.71º 0.93% 0.22% -
HSV(B) 21.71º 0.96% 0.43% -
XYZ 7.16 4.92 0.69 -
YUV 57.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 109 42 4 0 0.61 0.96 0.57 21.71 0.93 0.22
Hex 6D 2A 4 0 3D 60 39 16 5D 16
Octal 155 52 4 0 75 140 71 26 135 26
Binary 1101101 101010 100 0 111101 1100000 111001 10110 1011101 10110

Color Harmonies of #6D2A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2A04

Black with #6D2A04

Text Example


Text Example

White with #6D2A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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