#706930

Color #706930 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #706930

Tints of Crete #706930

Color information

#706930 (or 0x706930) is unknown color: approx Crete. HEX triplet: 70, 69 and 30. RGB value is (112,105,48). Sum of RGB (Red+Green+Blue) = 112+105+48=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #706930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706930 is #8F96CF. Grayscale: #646464. Windows color (decimal): -9410256 or 3172720. OLE color: 3172720.

HSL color Cylindrical-coordinate representation of color #706930: hue angle of 53.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706930 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB11210548-
CMYK00.060.570.56
HSL53.44º40%31.37%-
HSV(B)53.44º57.14%43.92%-
XYZ12.2713.764.81-
YUV100.5998.32136.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=42.26%
G=39.62%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121054800.060.570.5653.444031.37
Hex70693006393835281f
Octal16015160067170655037
Binary11100001101001110000011011100111100011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706930; }

 p { color: rgb(112,105,48); }

 H1.HeaderClassName
 {
   color: #706930;
 }
 .AnyTagClassName
 {
   color: #706930;
 }
</style>
background-color css

<style>
 a { background-color: #706930; }

 a { background-color: rgb(112,105,48); }

 div.DivClassName
 {
   background-color: #706930;
 }
 .BgClassName
 {
   background-color: #706930;
 }
</style>
border-color css

<style>
 span { border-color: #706930; }

 span { border-color: rgb(112,105,48); }

 td.TdClassName
 {
   border-color: #706930;
 }
 .TagClassName
 {
   border-color: #706930;
 }
</style>