#63534B

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

Shades of Saddle #63534B

Tints of Saddle #63534B

Color information

#63534B (or 0x63534B) is unknown color: approx Saddle. HEX triplet: 63, 53 and 4B. RGB value is (99,83,75). Sum of RGB (Red+Green+Blue) = 99+83+75=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63534B is #9CACB4. Grayscale: #565656. Windows color (decimal): -10267829 or 4936547. OLE color: 4936547.

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

Color convert

RGB998375-
CMYK00.160.240.61
HSL20º13.79%34.12%-
HSV(B)20º24.24%38.82%-
XYZ9.519.357.96-
YUV86.87121.3136.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=38.52%
G=32.30%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99837500.160.240.612013.7934.12
Hex63534B010183D14e22
Octal1431231130203075241642
Binary11000111010011100101101000011000111101101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63534B; }

 p { color: rgb(99,83,75); }

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

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

 a { background-color: rgb(99,83,75); }

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

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

 span { border-color: rgb(99,83,75); }

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