Html Css Color HEX #6E582F Horses Neck

📋 copy color: '#6E582F'

red 110 ◦ green 88 ◦ blue 47

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

Shades of Horses Neck #6E582F

Tints of Horses Neck #6E582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 44.9%
G = 35.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E582F (or 0x6E582F) is known color: Horses Neck. HEX triplet: 6E, 58 and 2F. RGB value is (110,88,47). Sum of RGB (Red+Green+Blue) = 110+88+47=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E582F is #91A7D0. Grayscale: #5A5A5A. Windows color (decimal): -9545681 or 3102830. OLE color: 3102830.

HSL color Cylindrical-coordinate representation of color #6E582F: hue angle of 39.05º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E582F is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 88 47 -
CMYK 0 0.2 0.57 0.57
HSL 39.05º 0.4% 0.31% -
HSV(B) 39.05º 0.57% 0.43% -
XYZ 10.43 10.5 4.17 -
YUV 89.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 110 88 47 0 0.2 0.57 0.57 39.05 0.4 0.31
Hex 6E 58 2F 0 14 39 39 27 28 1F
Octal 156 130 57 0 24 71 71 47 50 37
Binary 1101110 1011000 101111 0 10100 111001 111001 100111 101000 11111

Color Harmonies of #6E582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E582F

Black with #6E582F

Text Example


Text Example

White with #6E582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,47); }

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

background-color css

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

 a { background-color: rgb(110,88,47); }

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

border-color css

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

 span { border-color: rgb(110,88,47); }

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