Html Css Color HEX #6D5A28 Horses Neck

📋 copy color: '#6D5A28'

red 109 ◦ green 90 ◦ blue 40

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

Shades of Horses Neck #6D5A28

Tints of Horses Neck #6D5A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 45.61%
G = 37.66%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D5A28 (or 0x6D5A28) is known color: Horses Neck. HEX triplet: 6D, 5A and 28. RGB value is (109,90,40). Sum of RGB (Red+Green+Blue) = 109+90+40=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5A28 is #92A5D7. Grayscale: #5A5A5A. Windows color (decimal): -9610712 or 2644589. OLE color: 2644589.

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

Color convert

RGB 109 90 40 -
CMYK 0 0.17 0.63 0.57
HSL 43.48º 0.46% 0.29% -
HSV(B) 43.48º 0.63% 0.43% -
XYZ 10.35 10.72 3.53 -
YUV 89.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 109 90 40 0 0.17 0.63 0.57 43.48 0.46 0.29
Hex 6D 5A 28 0 11 3F 39 2B 2E 1D
Octal 155 132 50 0 21 77 71 53 56 35
Binary 1101101 1011010 101000 0 10001 111111 111001 101011 101110 11101

Color Harmonies of #6D5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5A28

Black with #6D5A28

Text Example


Text Example

White with #6D5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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