Html Css Color HEX #6D582E Horses Neck

📋 copy color: '#6D582E'

red 109 ◦ green 88 ◦ blue 46

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

Shades of Horses Neck #6D582E

Tints of Horses Neck #6D582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 44.86%
G = 36.21%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D582E (or 0x6D582E) is known color: Horses Neck. HEX triplet: 6D, 58 and 2E. RGB value is (109,88,46). Sum of RGB (Red+Green+Blue) = 109+88+46=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D582E is #92A7D1. Grayscale: #595959. Windows color (decimal): -9611218 or 3037293. OLE color: 3037293.

HSL color Cylindrical-coordinate representation of color #6D582E: hue angle of 40º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D582E is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 88 46 -
CMYK 0 0.19 0.58 0.57
HSL 40º 0.41% 0.3% -
HSV(B) 40º 0.58% 0.43% -
XYZ 10.29 10.43 4.06 -
YUV 89.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 109 88 46 0 0.19 0.58 0.57 40 0.41 0.3
Hex 6D 58 2E 0 13 3A 39 28 29 1E
Octal 155 130 56 0 23 72 71 50 51 36
Binary 1101101 1011000 101110 0 10011 111010 111001 101000 101001 11110

Color Harmonies of #6D582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D582E

Black with #6D582E

Text Example


Text Example

White with #6D582E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,46); }

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

background-color css

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

 a { background-color: rgb(109,88,46); }

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

border-color css

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

 span { border-color: rgb(109,88,46); }

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