Html Css Color HEX #6D5930 Horses Neck

📋 copy color: '#6D5930'

red 109 ◦ green 89 ◦ blue 48

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

Shades of Horses Neck #6D5930

Tints of Horses Neck #6D5930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 44.31%
G = 36.18%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D5930 (or 0x6D5930) is known color: Horses Neck. HEX triplet: 6D, 59 and 30. RGB value is (109,89,48). Sum of RGB (Red+Green+Blue) = 109+89+48=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5930 is #92A6CF. Grayscale: #5A5A5A. Windows color (decimal): -9610960 or 3168621. OLE color: 3168621.

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

Color convert

RGB 109 89 48 -
CMYK 0 0.18 0.56 0.57
HSL 40.33º 0.39% 0.31% -
HSV(B) 40.33º 0.56% 0.43% -
XYZ 10.41 10.61 4.3 -
YUV 90.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 109 89 48 0 0.18 0.56 0.57 40.33 0.39 0.31
Hex 6D 59 30 0 12 38 39 28 27 1F
Octal 155 131 60 0 22 70 71 50 47 37
Binary 1101101 1011001 110000 0 10010 111000 111001 101000 100111 11111

Color Harmonies of #6D5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5930

Black with #6D5930

Text Example


Text Example

White with #6D5930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,48); }

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

background-color css

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

 a { background-color: rgb(109,89,48); }

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

border-color css

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

 span { border-color: rgb(109,89,48); }

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