Html Css Color HEX #6D3303 Baker's Chocolate

📋 copy color: '#6D3303'

red 109 ◦ green 51 ◦ blue 3

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

Shades of Baker's Chocolate #6D3303

Tints of Baker's Chocolate #6D3303

RGB

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

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

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

R = 66.87%
G = 31.29%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6D3303 (or 0x6D3303) is known color: Baker's Chocolate. HEX triplet: 6D, 33 and 03. RGB value is (109,51,3). Sum of RGB (Red+Green+Blue) = 109+51+3=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3303 is #92CCFC. Grayscale: #3F3F3F. Windows color (decimal): -9620733 or 209773. OLE color: 209773.

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

Color convert

RGB 109 51 3 -
CMYK 0 0.53 0.97 0.57
HSL 27.17º 0.95% 0.22% -
HSV(B) 27.17º 0.97% 0.43% -
XYZ 7.51 5.63 0.78 -
YUV 62.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 109 51 3 0 0.53 0.97 0.57 27.17 0.95 0.22
Hex 6D 33 3 0 35 61 39 1B 5F 16
Octal 155 63 3 0 65 141 71 33 137 26
Binary 1101101 110011 11 0 110101 1100001 111001 11011 1011111 10110

Color Harmonies of #6D3303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3303

Black with #6D3303

Text Example


Text Example

White with #6D3303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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