Html Css Color HEX #6E5C1F Horses Neck

📋 copy color: '#6E5C1F'

red 110 ◦ green 92 ◦ blue 31

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

Shades of Horses Neck #6E5C1F

Tints of Horses Neck #6E5C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 47.21%
G = 39.48%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E5C1F (or 0x6E5C1F) is known color: Horses Neck. HEX triplet: 6E, 5C and 1F. RGB value is (110,92,31). Sum of RGB (Red+Green+Blue) = 110+92+31=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5C1F is #91A3E0. Grayscale: #5A5A5A. Windows color (decimal): -9544673 or 2055278. OLE color: 2055278.

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

Color convert

RGB 110 92 31 -
CMYK 0 0.16 0.72 0.57
HSL 46.33º 0.56% 0.28% -
HSV(B) 46.33º 0.72% 0.43% -
XYZ 10.5 11.07 2.88 -
YUV 90.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 110 92 31 0 0.16 0.72 0.57 46.33 0.56 0.28
Hex 6E 5C 1F 0 10 48 39 2E 38 1C
Octal 156 134 37 0 20 110 71 56 70 34
Binary 1101110 1011100 11111 0 10000 1001000 111001 101110 111000 11100

Color Harmonies of #6E5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5C1F

Black with #6E5C1F

Text Example


Text Example

White with #6E5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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