Html Css Color HEX #6E2000 Baker's Chocolate

📋 copy color: '#6E2000'

red 110 ◦ green 32 ◦ blue 0

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

Shades of Baker's Chocolate #6E2000

Tints of Baker's Chocolate #6E2000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.46%
G = 22.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6E2000 (or 0x6E2000) is known color: Baker's Chocolate. HEX triplet: 6E, 20 and 00. RGB value is (110,32,0). Sum of RGB (Red+Green+Blue) = 110+32+0=142 (18% of max value = 765). Red value is 110 (43.36% from 255 or 77.46% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2000 is #91DFFF. Grayscale: #333333. Windows color (decimal): -9560064 or 8302. OLE color: 8302.

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

Color convert

RGB 110 32 0 -
CMYK 0 0.71 1 0.57
HSL 17.45º 1% 0.22% -
HSV(B) 17.45º 1% 0.43% -
XYZ 6.95 4.35 0.47 -
YUV 51.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 110 32 0 0 0.71 1 0.57 17.45 1 0.22
Hex 6E 20 0 0 47 64 39 11 64 16
Octal 156 40 0 0 107 144 71 21 144 26
Binary 1101110 100000 0 0 1000111 1100100 111001 10001 1100100 10110

Color Harmonies of #6E2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2000

Black with #6E2000

Text Example


Text Example

White with #6E2000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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