Shades of Laser #C6A35B
Tints of Laser #C6A35B
RGB
CMYK
RGB Variations
Color information
#C6A35B (or 0xC6A35B) is known color: Laser. HEX triplet: C6, A3 and 5B. RGB value is (198,163,91). Sum of RGB (Red+Green+Blue) = 198+163+91=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A35B is #395CA4. Grayscale: #A5A5A5. Windows color (decimal): -3759269 or 6005702. OLE color: 6005702.
HSL color Cylindrical-coordinate representation of color #C6A35B: hue angle of 40.37º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6A35B is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 91 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.22 |
| HSL | 40.37º | 0.48% | 0.57% | - |
| HSV(B) | 40.37º | 0.54% | 0.78% | - |
| XYZ | 38.27 | 38.96 | 15.4 | - |
| YUV | 165.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 91 | 0 | 0.18 | 0.54 | 0.22 | 40.37 | 0.48 | 0.57 |
| Hex | C6 | A3 | 5B | 0 | 12 | 36 | 16 | 28 | 30 | 39 |
| Octal | 306 | 243 | 133 | 0 | 22 | 66 | 26 | 50 | 60 | 71 |
| Binary | 11000110 | 10100011 | 1011011 | 0 | 10010 | 110110 | 10110 | 101000 | 110000 | 111001 |
Color Harmonies of #C6A35B
Complementary color
Monochromatic Colors of #C6A35B
Black with #C6A35B
Text Example
Text Example
White with #C6A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A35B; }
p { color: rgb(198,163,91); }
H1.HeaderClassName
{
color: #C6A35B;
}
.AnyTagClassName
{
color: #C6A35B;
}
</style>
background-color css
<style>
a { background-color: #C6A35B; }
a { background-color: rgb(198,163,91); }
div.DivClassName
{
background-color: #C6A35B;
}
.BgClassName
{
background-color: #C6A35B;
}
</style>
border-color css
<style>
span { border-color: #C6A35B; }
span { border-color: rgb(198,163,91); }
td.TdClassName
{
border-color: #C6A35B;
}
.TagClassName
{
border-color: #C6A35B;
}
</style>