Html Css Color HEX #685530 Horses Neck

📋 copy color: '#685530'

red 104 ◦ green 85 ◦ blue 48

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

Shades of Horses Neck #685530

Tints of Horses Neck #685530

RGB

 RED value IS 104 (41.02% from 255) = 43.88%

 GREEN value IS 85 (33.59% from 255) = 35.86%

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

R = 43.88%
G = 35.86%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#685530 (or 0x685530) is known color: Horses Neck. HEX triplet: 68, 55 and 30. RGB value is (104,85,48). Sum of RGB (Red+Green+Blue) = 104+85+48=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685530 is #97AACF. Grayscale: #565656. Windows color (decimal): -9939664 or 3167592. OLE color: 3167592.

HSL color Cylindrical-coordinate representation of color #685530: hue angle of 39.64º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685530 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 48 -
CMYK 0 0.18 0.54 0.59
HSL 39.64º 0.37% 0.3% -
HSV(B) 39.64º 0.54% 0.41% -
XYZ 9.49 9.65 4.16 -
YUV 86.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 104 85 48 0 0.18 0.54 0.59 39.64 0.37 0.3
Hex 68 55 30 0 12 36 3B 28 25 1E
Octal 150 125 60 0 22 66 73 50 45 36
Binary 1101000 1010101 110000 0 10010 110110 111011 101000 100101 11110

Color Harmonies of #685530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685530

Black with #685530

Text Example


Text Example

White with #685530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685530; }

 p { color: rgb(104,85,48); }

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

background-color css

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

 a { background-color: rgb(104,85,48); }

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

border-color css

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

 span { border-color: rgb(104,85,48); }

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