Html Css Color HEX #6D3403 Baker's Chocolate

📋 copy color: '#6D3403'

red 109 ◦ green 52 ◦ blue 3

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

Shades of Baker's Chocolate #6D3403

Tints of Baker's Chocolate #6D3403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 66.46%
G = 31.71%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6D3403 (or 0x6D3403) is known color: Baker's Chocolate. HEX triplet: 6D, 34 and 03. RGB value is (109,52,3). Sum of RGB (Red+Green+Blue) = 109+52+3=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3403 is #92CBFC. Grayscale: #3F3F3F. Windows color (decimal): -9620477 or 210029. OLE color: 210029.

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

Color convert

RGB 109 52 3 -
CMYK 0 0.52 0.97 0.57
HSL 27.74º 0.95% 0.22% -
HSV(B) 27.74º 0.97% 0.43% -
XYZ 7.55 5.71 0.79 -
YUV 63.46 93.88 160.48 -
System Red Green Blue C M Y K H S L
Decimal 109 52 3 0 0.52 0.97 0.57 27.74 0.95 0.22
Hex 6D 34 3 0 34 61 39 1C 5F 16
Octal 155 64 3 0 64 141 71 34 137 26
Binary 1101101 110100 11 0 110100 1100001 111001 11100 1011111 10110

Color Harmonies of #6D3403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3403

Black with #6D3403

Text Example


Text Example

White with #6D3403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,3); }

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

background-color css

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

 a { background-color: rgb(109,52,3); }

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

border-color css

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

 span { border-color: rgb(109,52,3); }

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