Html Css Color HEX #6E4229 Semi-Sweet Chocolate

📋 copy color: '#6E4229'

red 110 ◦ green 66 ◦ blue 41

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

Shades of Semi-Sweet Chocolate #6E4229

Tints of Semi-Sweet Chocolate #6E4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 41 (16.41% from 255) = 18.89%

R = 50.69%
G = 30.41%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E4229 (or 0x6E4229) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 42 and 29. RGB value is (110,66,41). Sum of RGB (Red+Green+Blue) = 110+66+41=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4229 is #91BDD6. Grayscale: #4C4C4C. Windows color (decimal): -9551319 or 2703982. OLE color: 2703982.

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

Color convert

RGB 110 66 41 -
CMYK 0 0.4 0.63 0.57
HSL 21.74º 0.46% 0.3% -
HSV(B) 21.74º 0.63% 0.43% -
XYZ 8.78 7.37 3.06 -
YUV 76.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 110 66 41 0 0.4 0.63 0.57 21.74 0.46 0.3
Hex 6E 42 29 0 28 3F 39 16 2E 1E
Octal 156 102 51 0 50 77 71 26 56 36
Binary 1101110 1000010 101001 0 101000 111111 111001 10110 101110 11110

Color Harmonies of #6E4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4229

Black with #6E4229

Text Example


Text Example

White with #6E4229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,41); }

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

background-color css

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

 a { background-color: rgb(110,66,41); }

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

border-color css

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

 span { border-color: rgb(110,66,41); }

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