Html Css Color HEX #6E4128 Semi-Sweet Chocolate

📋 copy color: '#6E4128'

red 110 ◦ green 65 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #6E4128

Tints of Semi-Sweet Chocolate #6E4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 51.16%
G = 30.23%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E4128 (or 0x6E4128) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 41 and 28. RGB value is (110,65,40). Sum of RGB (Red+Green+Blue) = 110+65+40=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4128 is #91BED7. Grayscale: #4B4B4B. Windows color (decimal): -9551576 or 2638190. OLE color: 2638190.

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

Color convert

RGB 110 65 40 -
CMYK 0 0.41 0.64 0.57
HSL 21.43º 0.47% 0.29% -
HSV(B) 21.43º 0.64% 0.43% -
XYZ 8.7 7.25 2.95 -
YUV 75.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 110 65 40 0 0.41 0.64 0.57 21.43 0.47 0.29
Hex 6E 41 28 0 29 40 39 15 2F 1D
Octal 156 101 50 0 51 100 71 25 57 35
Binary 1101110 1000001 101000 0 101001 1000000 111001 10101 101111 11101

Color Harmonies of #6E4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4128

Black with #6E4128

Text Example


Text Example

White with #6E4128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,40); }

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

background-color css

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

 a { background-color: rgb(110,65,40); }

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

border-color css

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

 span { border-color: rgb(110,65,40); }

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