Shades of Costa Del Sol #6B652A
Tints of Costa Del Sol #6B652A
RGB
CMYK
RGB Variations
Color information
#6B652A (or 0x6B652A) is known color: Costa Del Sol. HEX triplet: 6B, 65 and 2A. RGB value is (107,101,42). Sum of RGB (Red+Green+Blue) = 107+101+42=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B652A is #949AD5. Grayscale: #606060. Windows color (decimal): -9738966 or 2778475. OLE color: 2778475.
HSL color Cylindrical-coordinate representation of color #6B652A: hue angle of 54.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B652A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 101 | 42 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.58 |
| HSL | 54.46º | 0.44% | 0.29% | - |
| HSV(B) | 54.46º | 0.61% | 0.42% | - |
| XYZ | 11.14 | 12.6 | 4.04 | - |
| YUV | 96.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 42 | 0 | 0.06 | 0.61 | 0.58 | 54.46 | 0.44 | 0.29 |
| Hex | 6B | 65 | 2A | 0 | 6 | 3D | 3A | 36 | 2C | 1D |
| Octal | 153 | 145 | 52 | 0 | 6 | 75 | 72 | 66 | 54 | 35 |
| Binary | 1101011 | 1100101 | 101010 | 0 | 110 | 111101 | 111010 | 110110 | 101100 | 11101 |
Color Harmonies of #6B652A
Complementary color
Monochromatic Colors of #6B652A
Black with #6B652A
Text Example
Text Example
White with #6B652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B652A; }
p { color: rgb(107,101,42); }
H1.HeaderClassName
{
color: #6B652A;
}
.AnyTagClassName
{
color: #6B652A;
}
</style>
background-color css
<style>
a { background-color: #6B652A; }
a { background-color: rgb(107,101,42); }
div.DivClassName
{
background-color: #6B652A;
}
.BgClassName
{
background-color: #6B652A;
}
</style>
border-color css
<style>
span { border-color: #6B652A; }
span { border-color: rgb(107,101,42); }
td.TdClassName
{
border-color: #6B652A;
}
.TagClassName
{
border-color: #6B652A;
}
</style>