Html Css Color HEX #6C521F Horses Neck

📋 copy color: '#6C521F'

red 108 ◦ green 82 ◦ blue 31

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

Shades of Horses Neck #6C521F

Tints of Horses Neck #6C521F

RGB

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

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

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

R = 48.87%
G = 37.1%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6C521F (or 0x6C521F) is known color: Horses Neck. HEX triplet: 6C, 52 and 1F. RGB value is (108,82,31). Sum of RGB (Red+Green+Blue) = 108+82+31=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C521F is #93ADE0. Grayscale: #545454. Windows color (decimal): -9678305 or 2052716. OLE color: 2052716.

HSL color Cylindrical-coordinate representation of color #6C521F: hue angle of 39.74º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C521F is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 82 31 -
CMYK 0 0.24 0.71 0.58
HSL 39.74º 0.55% 0.27% -
HSV(B) 39.74º 0.71% 0.42% -
XYZ 9.45 9.32 2.6 -
YUV 83.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 108 82 31 0 0.24 0.71 0.58 39.74 0.55 0.27
Hex 6C 52 1F 0 18 47 3A 28 37 1B
Octal 154 122 37 0 30 107 72 50 67 33
Binary 1101100 1010010 11111 0 11000 1000111 111010 101000 110111 11011

Color Harmonies of #6C521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C521F

Black with #6C521F

Text Example


Text Example

White with #6C521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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