#634B3F

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

Shades of Saddle #634B3F

Tints of Saddle #634B3F

Color information

#634B3F (or 0x634B3F) is unknown color: approx Saddle. HEX triplet: 63, 4B and 3F. RGB value is (99,75,63). Sum of RGB (Red+Green+Blue) = 99+75+63=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B3F is #9CB4C0. Grayscale: #505050. Windows color (decimal): -10269889 or 4148067. OLE color: 4148067.

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

Color convert

RGB997563-
CMYK00.240.360.61
HSL20º22.22%31.76%-
HSV(B)20º36.36%38.82%-
XYZ8.568.045.8-
YUV80.81117.95140.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 63 (25% from 255) = 26.58%
R=41.77%
G=31.65%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99756300.240.360.612022.2231.76
Hex634B3F018243D141620
Octal143113770304475242640
Binary110001110010111111110110001001001111011010010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B3F; }

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

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

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

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

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

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

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

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