#685230

Color #685230 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #685230

Tints of Horses Neck #685230

Color information

#685230 (or 0x685230) is unknown color: approx Horses Neck. HEX triplet: 68, 52 and 30. RGB value is (104,82,48). Sum of RGB (Red+Green+Blue) = 104+82+48=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #685230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685230 is #97ADCF. Grayscale: #545454. Windows color (decimal): -9940432 or 3166824. OLE color: 3166824.

HSL color Cylindrical-coordinate representation of color #685230: hue angle of 36.43º 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 #685230 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB1048248-
CMYK00.210.540.59
HSL36.43º36.84%29.8%-
HSV(B)36.43º53.85%40.78%-
XYZ9.269.194.08-
YUV84.7107.29141.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=44.44%
G=35.04%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104824800.210.540.5936.4336.8429.8
Hex685230015363B24251e
Octal150122600256673444536
Binary1101000101001011000001010111011011101110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685230; }

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

 H1.HeaderClassName
 {
   color: #685230;
 }
 .AnyTagClassName
 {
   color: #685230;
 }
</style>
background-color css

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

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

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

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

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

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