#695332

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

Shades of Horses Neck #695332

Tints of Horses Neck #695332

Color information

#695332 (or 0x695332) is unknown color: approx Horses Neck. HEX triplet: 69, 53 and 32. RGB value is (105,83,50). Sum of RGB (Red+Green+Blue) = 105+83+50=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #695332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695332 is #96ACCD. Grayscale: #555555. Windows color (decimal): -9874638 or 3298153. OLE color: 3298153.

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

Color convert

RGB1058350-
CMYK00.210.520.59
HSL36º35.48%30.39%-
HSV(B)36º52.38%41.18%-
XYZ9.499.424.34-
YUV85.82107.79141.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=44.12%
G=34.87%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105835000.210.520.593635.4830.39
Hex695332015343B24231e
Octal151123620256473444336
Binary1101001101001111001001010111010011101110010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695332; }

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

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

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

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

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

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

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

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