Html Css Color HEX #6D5230 Horses Neck

📋 copy color: '#6D5230'

red 109 ◦ green 82 ◦ blue 48

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

Shades of Horses Neck #6D5230

Tints of Horses Neck #6D5230

RGB

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

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

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

R = 45.61%
G = 34.31%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6D5230 (or 0x6D5230) is known color: Horses Neck. HEX triplet: 6D, 52 and 30. RGB value is (109,82,48). Sum of RGB (Red+Green+Blue) = 109+82+48=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5230 is #92ADCF. Grayscale: #565656. Windows color (decimal): -9612752 or 3166829. OLE color: 3166829.

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

Color convert

RGB 109 82 48 -
CMYK 0 0.25 0.56 0.57
HSL 33.44º 0.39% 0.31% -
HSV(B) 33.44º 0.56% 0.43% -
XYZ 9.86 9.5 4.11 -
YUV 86.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 109 82 48 0 0.25 0.56 0.57 33.44 0.39 0.31
Hex 6D 52 30 0 19 38 39 21 27 1F
Octal 155 122 60 0 31 70 71 41 47 37
Binary 1101101 1010010 110000 0 11001 111000 111001 100001 100111 11111

Color Harmonies of #6D5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5230

Black with #6D5230

Text Example


Text Example

White with #6D5230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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