Html Css Color HEX #6E5425 Horses Neck

📋 copy color: '#6E5425'

red 110 ◦ green 84 ◦ blue 37

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

Shades of Horses Neck #6E5425

Tints of Horses Neck #6E5425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 47.62%
G = 36.36%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E5425 (or 0x6E5425) is known color: Horses Neck. HEX triplet: 6E, 54 and 25. RGB value is (110,84,37). Sum of RGB (Red+Green+Blue) = 110+84+37=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5425 is #91ABDA. Grayscale: #565656. Windows color (decimal): -9546715 or 2446446. OLE color: 2446446.

HSL color Cylindrical-coordinate representation of color #6E5425: hue angle of 38.63º 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 #6E5425 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 84 37 -
CMYK 0 0.24 0.66 0.57
HSL 38.63º 0.5% 0.29% -
HSV(B) 38.63º 0.66% 0.43% -
XYZ 9.93 9.79 3.12 -
YUV 86.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 110 84 37 0 0.24 0.66 0.57 38.63 0.5 0.29
Hex 6E 54 25 0 18 42 39 27 32 1D
Octal 156 124 45 0 30 102 71 47 62 35
Binary 1101110 1010100 100101 0 11000 1000010 111001 100111 110010 11101

Color Harmonies of #6E5425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5425

Black with #6E5425

Text Example


Text Example

White with #6E5425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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