Html Css Color HEX #6E5029 Horses Neck

📋 copy color: '#6E5029'

red 110 ◦ green 80 ◦ blue 41

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

Shades of Horses Neck #6E5029

Tints of Horses Neck #6E5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 41 (16.41% from 255) = 17.75%

R = 47.62%
G = 34.63%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E5029 (or 0x6E5029) is known color: Horses Neck. HEX triplet: 6E, 50 and 29. RGB value is (110,80,41). Sum of RGB (Red+Green+Blue) = 110+80+41=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5029 is #91AFD6. Grayscale: #545454. Windows color (decimal): -9547735 or 2707566. OLE color: 2707566.

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

Color convert

RGB 110 80 41 -
CMYK 0 0.27 0.63 0.57
HSL 33.91º 0.46% 0.3% -
HSV(B) 33.91º 0.63% 0.43% -
XYZ 9.7 9.21 3.36 -
YUV 84.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 110 80 41 0 0.27 0.63 0.57 33.91 0.46 0.3
Hex 6E 50 29 0 1B 3F 39 22 2E 1E
Octal 156 120 51 0 33 77 71 42 56 36
Binary 1101110 1010000 101001 0 11011 111111 111001 100010 101110 11110

Color Harmonies of #6E5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5029

Black with #6E5029

Text Example


Text Example

White with #6E5029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,41); }

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

background-color css

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

 a { background-color: rgb(110,80,41); }

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

border-color css

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

 span { border-color: rgb(110,80,41); }

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