Html Css Color HEX #6D3304 Baker's Chocolate

📋 copy color: '#6D3304'

red 109 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #6D3304

Tints of Baker's Chocolate #6D3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 66.46%
G = 31.1%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D3304 (or 0x6D3304) is known color: Baker's Chocolate. HEX triplet: 6D, 33 and 04. RGB value is (109,51,4). Sum of RGB (Red+Green+Blue) = 109+51+4=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3304 is #92CCFB. Grayscale: #3F3F3F. Windows color (decimal): -9620732 or 275309. OLE color: 275309.

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

Color convert

RGB 109 51 4 -
CMYK 0 0.53 0.96 0.57
HSL 26.86º 0.93% 0.22% -
HSV(B) 26.86º 0.96% 0.43% -
XYZ 7.51 5.63 0.81 -
YUV 62.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 109 51 4 0 0.53 0.96 0.57 26.86 0.93 0.22
Hex 6D 33 4 0 35 60 39 1B 5D 16
Octal 155 63 4 0 65 140 71 33 135 26
Binary 1101101 110011 100 0 110101 1100000 111001 11011 1011101 10110

Color Harmonies of #6D3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3304

Black with #6D3304

Text Example


Text Example

White with #6D3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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