Html Css Color HEX #6C5020 Horses Neck

📋 copy color: '#6C5020'

red 108 ◦ green 80 ◦ blue 32

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

Shades of Horses Neck #6C5020

Tints of Horses Neck #6C5020

RGB

 RED value IS 108 (42.58% from 255) = 49.09%

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 49.09%
G = 36.36%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6C5020 (or 0x6C5020) is known color: Horses Neck. HEX triplet: 6C, 50 and 20. RGB value is (108,80,32). Sum of RGB (Red+Green+Blue) = 108+80+32=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5020 is #93AFDF. Grayscale: #535353. Windows color (decimal): -9678816 or 2117740. OLE color: 2117740.

HSL color Cylindrical-coordinate representation of color #6C5020: hue angle of 37.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C5020 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 80 32 -
CMYK 0 0.26 0.70 0.58
HSL 37.89º 0.54% 0.27% -
HSV(B) 37.89º 0.7% 0.42% -
XYZ 9.31 9.03 2.62 -
YUV 82.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 108 80 32 0 0.26 0.70 0.58 37.89 0.54 0.27
Hex 6C 50 20 0 1A 46 3A 26 36 1B
Octal 154 120 40 0 32 106 72 46 66 33
Binary 1101100 1010000 100000 0 11010 1000110 111010 100110 110110 11011

Color Harmonies of #6C5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5020

Black with #6C5020

Text Example


Text Example

White with #6C5020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,32); }

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

background-color css

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

 a { background-color: rgb(108,80,32); }

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

border-color css

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

 span { border-color: rgb(108,80,32); }

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