Html Css Color HEX #6E521F Horses Neck

📋 copy color: '#6E521F'

red 110 ◦ green 82 ◦ blue 31

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

Shades of Horses Neck #6E521F

Tints of Horses Neck #6E521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 49.33%
G = 36.77%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E521F (or 0x6E521F) is known color: Horses Neck. HEX triplet: 6E, 52 and 1F. RGB value is (110,82,31). Sum of RGB (Red+Green+Blue) = 110+82+31=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E521F is #91ADE0. Grayscale: #545454. Windows color (decimal): -9547233 or 2052718. OLE color: 2052718.

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

Color convert

RGB 110 82 31 -
CMYK 0 0.25 0.72 0.57
HSL 38.73º 0.56% 0.28% -
HSV(B) 38.73º 0.72% 0.43% -
XYZ 9.7 9.45 2.61 -
YUV 84.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 110 82 31 0 0.25 0.72 0.57 38.73 0.56 0.28
Hex 6E 52 1F 0 19 48 39 27 38 1C
Octal 156 122 37 0 31 110 71 47 70 34
Binary 1101110 1010010 11111 0 11001 1001000 111001 100111 111000 11100

Color Harmonies of #6E521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E521F

Black with #6E521F

Text Example


Text Example

White with #6E521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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