Html Css Color HEX #6E2005 Baker's Chocolate

📋 copy color: '#6E2005'

red 110 ◦ green 32 ◦ blue 5

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

Shades of Baker's Chocolate #6E2005

Tints of Baker's Chocolate #6E2005

RGB

 RED value IS 110 (43.36% from 255) = 74.83%

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 74.83%
G = 21.77%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E2005 (or 0x6E2005) is known color: Baker's Chocolate. HEX triplet: 6E, 20 and 05. RGB value is (110,32,5). Sum of RGB (Red+Green+Blue) = 110+32+5=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2005 is #91DFFA. Grayscale: #343434. Windows color (decimal): -9560059 or 335982. OLE color: 335982.

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

Color convert

RGB 110 32 5 -
CMYK 0 0.71 0.95 0.57
HSL 15.43º 0.91% 0.23% -
HSV(B) 15.43º 0.95% 0.43% -
XYZ 6.97 4.36 0.62 -
YUV 52.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 110 32 5 0 0.71 0.95 0.57 15.43 0.91 0.23
Hex 6E 20 5 0 47 5F 39 F 5B 17
Octal 156 40 5 0 107 137 71 17 133 27
Binary 1101110 100000 101 0 1000111 1011111 111001 1111 1011011 10111

Color Harmonies of #6E2005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2005

Black with #6E2005

Text Example


Text Example

White with #6E2005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,32,5); }

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

background-color css

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

 a { background-color: rgb(110,32,5); }

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

border-color css

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

 span { border-color: rgb(110,32,5); }

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