Html Css Color HEX #6E462B Semi-Sweet Chocolate

📋 copy color: '#6E462B'

red 110 ◦ green 70 ◦ blue 43

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

Shades of Semi-Sweet Chocolate #6E462B

Tints of Semi-Sweet Chocolate #6E462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 49.33%
G = 31.39%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E462B (or 0x6E462B) is known color: Semi-Sweet Chocolate. HEX triplet: 6E, 46 and 2B. RGB value is (110,70,43). Sum of RGB (Red+Green+Blue) = 110+70+43=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E462B is #91B9D4. Grayscale: #4F4F4F. Windows color (decimal): -9550293 or 2836078. OLE color: 2836078.

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

Color convert

RGB 110 70 43 -
CMYK 0 0.36 0.61 0.57
HSL 24.18º 0.44% 0.3% -
HSV(B) 24.18º 0.61% 0.43% -
XYZ 9.06 7.87 3.33 -
YUV 78.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 110 70 43 0 0.36 0.61 0.57 24.18 0.44 0.3
Hex 6E 46 2B 0 24 3D 39 18 2C 1E
Octal 156 106 53 0 44 75 71 30 54 36
Binary 1101110 1000110 101011 0 100100 111101 111001 11000 101100 11110

Color Harmonies of #6E462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E462B

Black with #6E462B

Text Example


Text Example

White with #6E462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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