#706F34

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

Shades of Crete #706F34

Tints of Crete #706F34

Color information

#706F34 (or 0x706F34) is unknown color: approx Crete. HEX triplet: 70, 6F and 34. RGB value is (112,111,52). Sum of RGB (Red+Green+Blue) = 112+111+52=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F34 is #8F90CB. Grayscale: #686868. Windows color (decimal): -9408716 or 3436400. OLE color: 3436400.

HSL color Cylindrical-coordinate representation of color #706F34: hue angle of 59º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706F34 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB11211152-
CMYK00.010.540.56
HSL59º36.59%32.16%-
HSV(B)59º53.57%43.92%-
XYZ12.9915.065.47-
YUV104.5798.33133.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=40.73%
G=40.36%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121115200.010.540.565936.5932.16
Hex706F340136383b2520
Octal16015764016670734540
Binary1110000110111111010001110110111000111011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706F34; }

 p { color: rgb(112,111,52); }

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

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

 a { background-color: rgb(112,111,52); }

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

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

 span { border-color: rgb(112,111,52); }

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