Html Css Color HEX #6D531D Horses Neck

📋 copy color: '#6D531D'

red 109 ◦ green 83 ◦ blue 29

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

Shades of Horses Neck #6D531D

Tints of Horses Neck #6D531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 49.32%
G = 37.56%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D531D (or 0x6D531D) is known color: Horses Neck. HEX triplet: 6D, 53 and 1D. RGB value is (109,83,29). Sum of RGB (Red+Green+Blue) = 109+83+29=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D531D is #92ACE2. Grayscale: #545454. Windows color (decimal): -9612515 or 1921901. OLE color: 1921901.

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

Color convert

RGB 109 83 29 -
CMYK 0 0.24 0.73 0.57
HSL 40.5º 0.58% 0.27% -
HSV(B) 40.5º 0.73% 0.43% -
XYZ 9.62 9.53 2.49 -
YUV 84.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 109 83 29 0 0.24 0.73 0.57 40.5 0.58 0.27
Hex 6D 53 1D 0 18 49 39 28 3A 1B
Octal 155 123 35 0 30 111 71 50 72 33
Binary 1101101 1010011 11101 0 11000 1001001 111001 101000 111010 11011

Color Harmonies of #6D531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D531D

Black with #6D531D

Text Example


Text Example

White with #6D531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,29); }

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

background-color css

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

 a { background-color: rgb(109,83,29); }

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

border-color css

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

 span { border-color: rgb(109,83,29); }

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