#706F3A

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

Shades of Crete #706F3A

Tints of Crete #706F3A

Color information

#706F3A (or 0x706F3A) is unknown color: approx Crete. HEX triplet: 70, 6F and 3A. RGB value is (112,111,58). Sum of RGB (Red+Green+Blue) = 112+111+58=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F3A is #8F90C5. Grayscale: #696969. Windows color (decimal): -9408710 or 3829616. OLE color: 3829616.

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

Color convert

RGB11211158-
CMYK00.010.480.56
HSL58.89º31.76%33.33%-
HSV(B)58.89º48.21%43.92%-
XYZ13.1315.126.23-
YUV105.26101.33132.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=39.86%
G=39.50%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121115800.010.480.5658.8931.7633.33
Hex706F3A0130383b2021
Octal16015772016070734041
Binary1110000110111111101001110000111000111011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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