Shades of Saddle #634B43
Tints of Saddle #634B43
RGB
CMYK
RGB Variations
Color information
#634B43 (or 0x634B43) is known color: Saddle. HEX triplet: 63, 4B and 43. RGB value is (99,75,67). Sum of RGB (Red+Green+Blue) = 99+75+67=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #634B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B43 is #9CB4BC. Grayscale: #515151. Windows color (decimal): -10269885 or 4410211. OLE color: 4410211.
HSL color Cylindrical-coordinate representation of color #634B43: hue angle of 15º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #634B43 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 67 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.61 |
| HSL | 15º | 0.19% | 0.33% | - |
| HSV(B) | 15º | 0.32% | 0.39% | - |
| XYZ | 8.67 | 8.09 | 6.41 | - |
| YUV | 81.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 67 | 0 | 0.24 | 0.32 | 0.61 | 15 | 0.19 | 0.33 |
| Hex | 63 | 4B | 43 | 0 | 18 | 20 | 3D | F | 13 | 21 |
| Octal | 143 | 113 | 103 | 0 | 30 | 40 | 75 | 17 | 23 | 41 |
| Binary | 1100011 | 1001011 | 1000011 | 0 | 11000 | 100000 | 111101 | 1111 | 10011 | 100001 |
Color Harmonies of #634B43
Complementary color
Monochromatic Colors of #634B43
Black with #634B43
Text Example
Text Example
White with #634B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B43; }
p { color: rgb(99,75,67); }
H1.HeaderClassName
{
color: #634B43;
}
.AnyTagClassName
{
color: #634B43;
}
</style>
background-color css
<style>
a { background-color: #634B43; }
a { background-color: rgb(99,75,67); }
div.DivClassName
{
background-color: #634B43;
}
.BgClassName
{
background-color: #634B43;
}
</style>
border-color css
<style>
span { border-color: #634B43; }
span { border-color: rgb(99,75,67); }
td.TdClassName
{
border-color: #634B43;
}
.TagClassName
{
border-color: #634B43;
}
</style>