Html Css Color HEX #6D2007 Baker's Chocolate

📋 copy color: '#6D2007'

red 109 ◦ green 32 ◦ blue 7

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

Shades of Baker's Chocolate #6D2007

Tints of Baker's Chocolate #6D2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

 BLUE value IS 7 (3.13% from 255) = 4.73%

R = 73.65%
G = 21.62%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D2007 (or 0x6D2007) is known color: Baker's Chocolate. HEX triplet: 6D, 20 and 07. RGB value is (109,32,7). Sum of RGB (Red+Green+Blue) = 109+32+7=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2007 is #92DFF8. Grayscale: #343434. Windows color (decimal): -9625593 or 467053. OLE color: 467053.

HSL color Cylindrical-coordinate representation of color #6D2007: hue angle of 14.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D2007 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 7 -
CMYK 0 0.71 0.94 0.57
HSL 14.71º 0.88% 0.23% -
HSV(B) 14.71º 0.94% 0.43% -
XYZ 6.86 4.3 0.67 -
YUV 52.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 109 32 7 0 0.71 0.94 0.57 14.71 0.88 0.23
Hex 6D 20 7 0 47 5E 39 F 58 17
Octal 155 40 7 0 107 136 71 17 130 27
Binary 1101101 100000 111 0 1000111 1011110 111001 1111 1011000 10111

Color Harmonies of #6D2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2007

Black with #6D2007

Text Example


Text Example

White with #6D2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,7); }

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

background-color css

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

 a { background-color: rgb(109,32,7); }

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

border-color css

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

 span { border-color: rgb(109,32,7); }

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