Html Css Color HEX #6E4225 Semi-Sweet Chocolate

📋 copy color: '#6E4225'

red 110 ◦ green 66 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #6E4225

Tints of Semi-Sweet Chocolate #6E4225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 51.64%
G = 30.99%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E4225 (or 0x6E4225) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 42 and 25. RGB value is (110,66,37). Sum of RGB (Red+Green+Blue) = 110+66+37=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4225 is #91BDDA. Grayscale: #4C4C4C. Windows color (decimal): -9551323 or 2441838. OLE color: 2441838.

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

Color convert

RGB 110 66 37 -
CMYK 0 0.4 0.66 0.57
HSL 23.84º 0.5% 0.29% -
HSV(B) 23.84º 0.66% 0.43% -
XYZ 8.71 7.34 2.71 -
YUV 75.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 110 66 37 0 0.4 0.66 0.57 23.84 0.5 0.29
Hex 6E 42 25 0 28 42 39 18 32 1D
Octal 156 102 45 0 50 102 71 30 62 35
Binary 1101110 1000010 100101 0 101000 1000010 111001 11000 110010 11101

Color Harmonies of #6E4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4225

Black with #6E4225

Text Example


Text Example

White with #6E4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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