Html Css Color HEX #6E5A2F Horses Neck

📋 copy color: '#6E5A2F'

red 110 ◦ green 90 ◦ blue 47

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

Shades of Horses Neck #6E5A2F

Tints of Horses Neck #6E5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 44.53%
G = 36.44%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E5A2F (or 0x6E5A2F) is known color: Horses Neck. HEX triplet: 6E, 5A and 2F. RGB value is (110,90,47). Sum of RGB (Red+Green+Blue) = 110+90+47=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A2F is #91A5D0. Grayscale: #5B5B5B. Windows color (decimal): -9545169 or 3103342. OLE color: 3103342.

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

Color convert

RGB 110 90 47 -
CMYK 0 0.18 0.57 0.57
HSL 40.95º 0.4% 0.31% -
HSV(B) 40.95º 0.57% 0.43% -
XYZ 10.6 10.83 4.22 -
YUV 91.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 110 90 47 0 0.18 0.57 0.57 40.95 0.4 0.31
Hex 6E 5A 2F 0 12 39 39 29 28 1F
Octal 156 132 57 0 22 71 71 51 50 37
Binary 1101110 1011010 101111 0 10010 111001 111001 101001 101000 11111

Color Harmonies of #6E5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A2F

Black with #6E5A2F

Text Example


Text Example

White with #6E5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,47); }

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

background-color css

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

 a { background-color: rgb(110,90,47); }

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

border-color css

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

 span { border-color: rgb(110,90,47); }

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