#70692F

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

Shades of Crete #70692F

Tints of Crete #70692F

Color information

#70692F (or 0x70692F) is unknown color: approx Crete. HEX triplet: 70, 69 and 2F. RGB value is (112,105,47). Sum of RGB (Red+Green+Blue) = 112+105+47=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #70692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70692F is #8F96D0. Grayscale: #646464. Windows color (decimal): -9410257 or 3107184. OLE color: 3107184.

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

Color convert

RGB11210547-
CMYK00.060.580.56
HSL53.54º40.88%31.18%-
HSV(B)53.54º58.04%43.92%-
XYZ12.2513.754.7-
YUV100.4897.82136.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=42.42%
G=39.77%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121054700.060.580.5653.5440.8831.18
Hex70692F063A3836291f
Octal16015157067270665137
Binary11100001101001101111011011101011100011011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70692F; }

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

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

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

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

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

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

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

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