Shades of Delta #93968A
Tints of Delta #93968A
RGB
CMYK
RGB Variations
Color information
#93968A (or 0x93968A) is known color: Delta. HEX triplet: 93, 96 and 8A. RGB value is (147,150,138). Sum of RGB (Red+Green+Blue) = 147+150+138=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #93968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968A is #6C6975. Grayscale: #939393. Windows color (decimal): -7104886 or 9082515. OLE color: 9082515.
HSL color Cylindrical-coordinate representation of color #93968A: hue angle of 75º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93968A is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 138 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.41 |
| HSL | 75º | 0.05% | 0.56% | - |
| HSV(B) | 75º | 0.08% | 0.59% | - |
| XYZ | 27.53 | 29.85 | 28.36 | - |
| YUV | 147.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 138 | 0.02 | 0 | 0.08 | 0.41 | 75 | 0.05 | 0.56 |
| Hex | 93 | 96 | 8A | 2 | 0 | 8 | 29 | 4B | 5 | 38 |
| Octal | 223 | 226 | 212 | 2 | 0 | 10 | 51 | 113 | 5 | 70 |
| Binary | 10010011 | 10010110 | 10001010 | 10 | 0 | 1000 | 101001 | 1001011 | 101 | 111000 |
Color Harmonies of #93968A
Complementary color
Monochromatic Colors of #93968A
Black with #93968A
Text Example
Text Example
White with #93968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93968A; }
p { color: rgb(147,150,138); }
H1.HeaderClassName
{
color: #93968A;
}
.AnyTagClassName
{
color: #93968A;
}
</style>
background-color css
<style>
a { background-color: #93968A; }
a { background-color: rgb(147,150,138); }
div.DivClassName
{
background-color: #93968A;
}
.BgClassName
{
background-color: #93968A;
}
</style>
border-color css
<style>
span { border-color: #93968A; }
span { border-color: rgb(147,150,138); }
td.TdClassName
{
border-color: #93968A;
}
.TagClassName
{
border-color: #93968A;
}
</style>