Html Css Color HEX #6E2B0F Baker's Chocolate

📋 copy color: '#6E2B0F'

red 110 ◦ green 43 ◦ blue 15

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

Shades of Baker's Chocolate #6E2B0F

Tints of Baker's Chocolate #6E2B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 65.48%
G = 25.6%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6E2B0F (or 0x6E2B0F) is known color: Baker's Chocolate. HEX triplet: 6E, 2B and 0F. RGB value is (110,43,15). Sum of RGB (Red+Green+Blue) = 110+43+15=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E2B0F is #91D4F0. Grayscale: #3C3C3C. Windows color (decimal): -9557233 or 994158. OLE color: 994158.

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

Color convert

RGB 110 43 15 -
CMYK 0 0.61 0.86 0.57
HSL 17.68º 0.76% 0.25% -
HSV(B) 17.68º 0.86% 0.43% -
XYZ 7.38 5.08 1.04 -
YUV 59.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 110 43 15 0 0.61 0.86 0.57 17.68 0.76 0.25
Hex 6E 2B F 0 3D 56 39 12 4C 19
Octal 156 53 17 0 75 126 71 22 114 31
Binary 1101110 101011 1111 0 111101 1010110 111001 10010 1001100 11001

Color Harmonies of #6E2B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B0F

Black with #6E2B0F

Text Example


Text Example

White with #6E2B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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