#695427

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

Shades of Horses Neck #695427

Tints of Horses Neck #695427

Color information

#695427 (or 0x695427) is unknown color: approx Horses Neck. HEX triplet: 69, 54 and 27. RGB value is (105,84,39). Sum of RGB (Red+Green+Blue) = 105+84+39=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #695427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695427 is #96ABD8. Grayscale: #555555. Windows color (decimal): -9874393 or 2577513. OLE color: 2577513.

HSL color Cylindrical-coordinate representation of color #695427: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #695427 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1058439-
CMYK00.200.630.59
HSL40.91º45.83%28.24%-
HSV(B)40.91º62.86%41.18%-
XYZ9.369.493.26-
YUV85.15101.96142.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=46.05%
G=36.84%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105843900.200.630.5940.9145.8328.24
Hex6954270143F3B292e1c
Octal151124470247773515634
Binary1101001101010010011101010011111111101110100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695427; }

 p { color: rgb(105,84,39); }

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

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

 a { background-color: rgb(105,84,39); }

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

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

 span { border-color: rgb(105,84,39); }

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