#706A35

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

Shades of Crete #706A35

Tints of Crete #706A35

Color information

#706A35 (or 0x706A35) is unknown color: approx Crete. HEX triplet: 70, 6A and 35. RGB value is (112,106,53). Sum of RGB (Red+Green+Blue) = 112+106+53=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #706A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A35 is #8F95CA. Grayscale: #656565. Windows color (decimal): -9409995 or 3500656. OLE color: 3500656.

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

Color convert

RGB11210653-
CMYK00.050.530.56
HSL53.9º35.76%32.35%-
HSV(B)53.9º52.68%43.92%-
XYZ12.4814.015.41-
YUV101.75100.49135.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=41.33%
G=39.11%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121065300.050.530.5653.935.7632.35
Hex706A35053538362420
Octal16015265056570664440
Binary111000011010101101010101110101111000110110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,106,53); }

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

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

 a { background-color: rgb(112,106,53); }

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

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

 span { border-color: rgb(112,106,53); }

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