Html Css Color HEX #6E5A32 Horses Neck

📋 copy color: '#6E5A32'

red 110 ◦ green 90 ◦ blue 50

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

Shades of Horses Neck #6E5A32

Tints of Horses Neck #6E5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20%

R = 44%
G = 36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E5A32 (or 0x6E5A32) is known color: Horses Neck. HEX triplet: 6E, 5A and 32. RGB value is (110,90,50). Sum of RGB (Red+Green+Blue) = 110+90+50=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A32 is #91A5CD. Grayscale: #5B5B5B. Windows color (decimal): -9545166 or 3299950. OLE color: 3299950.

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

Color convert

RGB 110 90 50 -
CMYK 0 0.18 0.55 0.57
HSL 40º 0.38% 0.31% -
HSV(B) 40º 0.55% 0.43% -
XYZ 10.66 10.86 4.55 -
YUV 91.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 110 90 50 0 0.18 0.55 0.57 40 0.38 0.31
Hex 6E 5A 32 0 12 37 39 28 26 1F
Octal 156 132 62 0 22 67 71 50 46 37
Binary 1101110 1011010 110010 0 10010 110111 111001 101000 100110 11111

Color Harmonies of #6E5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A32

Black with #6E5A32

Text Example


Text Example

White with #6E5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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