#695333

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

Shades of Horses Neck #695333

Tints of Horses Neck #695333

Color information

#695333 (or 0x695333) is unknown color: approx Horses Neck. HEX triplet: 69, 53 and 33. RGB value is (105,83,51). Sum of RGB (Red+Green+Blue) = 105+83+51=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695333 is #96ACCC. Grayscale: #565656. Windows color (decimal): -9874637 or 3363689. OLE color: 3363689.

HSL color Cylindrical-coordinate representation of color #695333: hue angle of 35.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #695333 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1058351-
CMYK00.210.510.59
HSL35.56º34.62%30.59%-
HSV(B)35.56º51.43%41.18%-
XYZ9.529.434.45-
YUV85.93108.29141.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=43.93%
G=34.73%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105835100.210.510.5935.5634.6230.59
Hex695333015333B24231f
Octal151123630256373444337
Binary1101001101001111001101010111001111101110010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695333; }

 p { color: rgb(105,83,51); }

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

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

 a { background-color: rgb(105,83,51); }

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

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

 span { border-color: rgb(105,83,51); }

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