Html Css Color HEX #6E5A1F Horses Neck

📋 copy color: '#6E5A1F'

red 110 ◦ green 90 ◦ blue 31

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

Shades of Horses Neck #6E5A1F

Tints of Horses Neck #6E5A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 47.62%
G = 38.96%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E5A1F (or 0x6E5A1F) is known color: Horses Neck. HEX triplet: 6E, 5A and 1F. RGB value is (110,90,31). Sum of RGB (Red+Green+Blue) = 110+90+31=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A1F is #91A5E0. Grayscale: #595959. Windows color (decimal): -9545185 or 2054766. OLE color: 2054766.

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

Color convert

RGB 110 90 31 -
CMYK 0 0.18 0.72 0.57
HSL 44.81º 0.56% 0.28% -
HSV(B) 44.81º 0.72% 0.43% -
XYZ 10.33 10.73 2.82 -
YUV 89.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 110 90 31 0 0.18 0.72 0.57 44.81 0.56 0.28
Hex 6E 5A 1F 0 12 48 39 2D 38 1C
Octal 156 132 37 0 22 110 71 55 70 34
Binary 1101110 1011010 11111 0 10010 1001000 111001 101101 111000 11100

Color Harmonies of #6E5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A1F

Black with #6E5A1F

Text Example


Text Example

White with #6E5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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