Html Css Color HEX #6E5725 Horses Neck

📋 copy color: '#6E5725'

red 110 ◦ green 87 ◦ blue 37

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

Shades of Horses Neck #6E5725

Tints of Horses Neck #6E5725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 47.01%
G = 37.18%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E5725 (or 0x6E5725) is known color: Horses Neck. HEX triplet: 6E, 57 and 25. RGB value is (110,87,37). Sum of RGB (Red+Green+Blue) = 110+87+37=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5725 is #91A8DA. Grayscale: #585858. Windows color (decimal): -9545947 or 2447214. OLE color: 2447214.

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

Color convert

RGB 110 87 37 -
CMYK 0 0.21 0.66 0.57
HSL 41.1º 0.5% 0.29% -
HSV(B) 41.1º 0.66% 0.43% -
XYZ 10.17 10.26 3.2 -
YUV 88.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 110 87 37 0 0.21 0.66 0.57 41.1 0.5 0.29
Hex 6E 57 25 0 15 42 39 29 32 1D
Octal 156 127 45 0 25 102 71 51 62 35
Binary 1101110 1010111 100101 0 10101 1000010 111001 101001 110010 11101

Color Harmonies of #6E5725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5725

Black with #6E5725

Text Example


Text Example

White with #6E5725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,87,37); }

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

background-color css

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

 a { background-color: rgb(110,87,37); }

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

border-color css

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

 span { border-color: rgb(110,87,37); }

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