Html Css Color HEX #6E2B0C Baker's Chocolate

📋 copy color: '#6E2B0C'

red 110 ◦ green 43 ◦ blue 12

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

Shades of Baker's Chocolate #6E2B0C

Tints of Baker's Chocolate #6E2B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.06%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 66.67%
G = 26.06%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E2B0C (or 0x6E2B0C) is known color: Baker's Chocolate. HEX triplet: 6E, 2B and 0C. RGB value is (110,43,12). Sum of RGB (Red+Green+Blue) = 110+43+12=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2B0C is #91D4F3. Grayscale: #3B3B3B. Windows color (decimal): -9557236 or 797550. OLE color: 797550.

HSL color Cylindrical-coordinate representation of color #6E2B0C: hue angle of 18.98º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E2B0C is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 43 12 -
CMYK 0 0.61 0.89 0.57
HSL 18.98º 0.8% 0.24% -
HSV(B) 18.98º 0.89% 0.43% -
XYZ 7.36 5.07 0.94 -
YUV 59.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 110 43 12 0 0.61 0.89 0.57 18.98 0.8 0.24
Hex 6E 2B C 0 3D 59 39 13 50 18
Octal 156 53 14 0 75 131 71 23 120 30
Binary 1101110 101011 1100 0 111101 1011001 111001 10011 1010000 11000

Color Harmonies of #6E2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B0C

Black with #6E2B0C

Text Example


Text Example

White with #6E2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,12); }

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

background-color css

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

 a { background-color: rgb(110,43,12); }

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

border-color css

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

 span { border-color: rgb(110,43,12); }

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