#63514A

Color #63514A Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #63514A

Tints of Saddle #63514A

Color information

#63514A (or 0x63514A) is unknown color: approx Saddle. HEX triplet: 63, 51 and 4A. RGB value is (99,81,74). Sum of RGB (Red+Green+Blue) = 99+81+74=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #63514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63514A is #9CAEB5. Grayscale: #555555. Windows color (decimal): -10268342 or 4870499. OLE color: 4870499.

HSL color Cylindrical-coordinate representation of color #63514A: hue angle of 16.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63514A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB998174-
CMYK00.180.250.61
HSL16.8º14.45%33.92%-
HSV(B)16.8º25.25%38.82%-
XYZ9.329.037.73-
YUV85.58121.46137.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=38.98%
G=31.89%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99817400.180.250.6116.814.4533.92
Hex63514A012193D11e22
Octal1431211120223175211642
Binary11000111010001100101001001011001111101100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63514A; }

 p { color: rgb(99,81,74); }

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

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

 a { background-color: rgb(99,81,74); }

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

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

 span { border-color: rgb(99,81,74); }

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