Shades of Crete #706B38
Tints of Crete #706B38
RGB
CMYK
RGB Variations
Color information
#706B38 (or 0x706B38) is known color: Crete. HEX triplet: 70, 6B and 38. RGB value is (112,107,56). Sum of RGB (Red+Green+Blue) = 112+107+56=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B38 is #8F94C7. Grayscale: #666666. Windows color (decimal): -9409736 or 3697520. OLE color: 3697520.
HSL color Cylindrical-coordinate representation of color #706B38: hue angle of 54.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706B38 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 56 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.56 |
| HSL | 54.64º | 0.33% | 0.33% | - |
| HSV(B) | 54.64º | 0.5% | 0.44% | - |
| XYZ | 12.65 | 14.25 | 5.82 | - |
| YUV | 102.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 56 | 0 | 0.04 | 0.50 | 0.56 | 54.64 | 0.33 | 0.33 |
| Hex | 70 | 6B | 38 | 0 | 4 | 32 | 38 | 37 | 21 | 21 |
| Octal | 160 | 153 | 70 | 0 | 4 | 62 | 70 | 67 | 41 | 41 |
| Binary | 1110000 | 1101011 | 111000 | 0 | 100 | 110010 | 111000 | 110111 | 100001 | 100001 |
Color Harmonies of #706B38
Complementary color
Monochromatic Colors of #706B38
Black with #706B38
Text Example
Text Example
White with #706B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B38; }
p { color: rgb(112,107,56); }
H1.HeaderClassName
{
color: #706B38;
}
.AnyTagClassName
{
color: #706B38;
}
</style>
background-color css
<style>
a { background-color: #706B38; }
a { background-color: rgb(112,107,56); }
div.DivClassName
{
background-color: #706B38;
}
.BgClassName
{
background-color: #706B38;
}
</style>
border-color css
<style>
span { border-color: #706B38; }
span { border-color: rgb(112,107,56); }
td.TdClassName
{
border-color: #706B38;
}
.TagClassName
{
border-color: #706B38;
}
</style>