Html Css Color HEX #6D5A1E Horses Neck

📋 copy color: '#6D5A1E'

red 109 ◦ green 90 ◦ blue 30

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

Shades of Horses Neck #6D5A1E

Tints of Horses Neck #6D5A1E

RGB

 RED value IS 109 (42.97% from 255) = 47.6%

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

 BLUE value IS 30 (12.11% from 255) = 13.1%

R = 47.6%
G = 39.3%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D5A1E (or 0x6D5A1E) is known color: Horses Neck. HEX triplet: 6D, 5A and 1E. RGB value is (109,90,30). Sum of RGB (Red+Green+Blue) = 109+90+30=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5A1E is #92A5E1. Grayscale: #595959. Windows color (decimal): -9610722 or 1989229. OLE color: 1989229.

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

Color convert

RGB 109 90 30 -
CMYK 0 0.17 0.72 0.57
HSL 45.57º 0.57% 0.27% -
HSV(B) 45.57º 0.72% 0.43% -
XYZ 10.2 10.66 2.75 -
YUV 88.84 94.79 142.38 -
System Red Green Blue C M Y K H S L
Decimal 109 90 30 0 0.17 0.72 0.57 45.57 0.57 0.27
Hex 6D 5A 1E 0 11 48 39 2E 39 1B
Octal 155 132 36 0 21 110 71 56 71 33
Binary 1101101 1011010 11110 0 10001 1001000 111001 101110 111001 11011

Color Harmonies of #6D5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A1E

Black with #6D5A1E

Text Example


Text Example

White with #6D5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,30); }

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

background-color css

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

 a { background-color: rgb(109,90,30); }

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

border-color css

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

 span { border-color: rgb(109,90,30); }

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