Html Css Color HEX #6D521F Horses Neck

📋 copy color: '#6D521F'

red 109 ◦ green 82 ◦ blue 31

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

Shades of Horses Neck #6D521F

Tints of Horses Neck #6D521F

RGB

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

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

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

R = 49.1%
G = 36.94%
B = 13.96%

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

#6D521F (or 0x6D521F) is known color: Horses Neck. HEX triplet: 6D, 52 and 1F. RGB value is (109,82,31). Sum of RGB (Red+Green+Blue) = 109+82+31=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D521F is #92ADE0. Grayscale: #545454. Windows color (decimal): -9612769 or 2052717. OLE color: 2052717.

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

Color convert

RGB 109 82 31 -
CMYK 0 0.25 0.72 0.57
HSL 39.23º 0.56% 0.27% -
HSV(B) 39.23º 0.72% 0.43% -
XYZ 9.57 9.38 2.6 -
YUV 84.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 109 82 31 0 0.25 0.72 0.57 39.23 0.56 0.27
Hex 6D 52 1F 0 19 48 39 27 38 1B
Octal 155 122 37 0 31 110 71 47 70 33
Binary 1101101 1010010 11111 0 11001 1001000 111001 100111 111000 11011

Color Harmonies of #6D521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D521F

Black with #6D521F

Text Example


Text Example

White with #6D521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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