Html Css Color HEX #6E462C Semi-Sweet Chocolate

📋 copy color: '#6E462C'

red 110 ◦ green 70 ◦ blue 44

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

Shades of Semi-Sweet Chocolate #6E462C

Tints of Semi-Sweet Chocolate #6E462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 49.11%
G = 31.25%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#6E462C (or 0x6E462C) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 46 and 2C. RGB value is (110,70,44). Sum of RGB (Red+Green+Blue) = 110+70+44=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E462C is #91B9D3. Grayscale: #4F4F4F. Windows color (decimal): -9550292 or 2901614. OLE color: 2901614.

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

Color convert

RGB 110 70 44 -
CMYK 0 0.36 0.6 0.57
HSL 23.64º 0.43% 0.3% -
HSV(B) 23.64º 0.6% 0.43% -
XYZ 9.08 7.88 3.43 -
YUV 79 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 110 70 44 0 0.36 0.6 0.57 23.64 0.43 0.3
Hex 6E 46 2C 0 24 3C 39 18 2B 1E
Octal 156 106 54 0 44 74 71 30 53 36
Binary 1101110 1000110 101100 0 100100 111100 111001 11000 101011 11110

Color Harmonies of #6E462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E462C

Black with #6E462C

Text Example


Text Example

White with #6E462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,70,44); }

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

background-color css

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

 a { background-color: rgb(110,70,44); }

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

border-color css

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

 span { border-color: rgb(110,70,44); }

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