#706B3A

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

Shades of Crete #706B3A

Tints of Crete #706B3A

Color information

#706B3A (or 0x706B3A) is unknown color: approx Crete. HEX triplet: 70, 6B and 3A. RGB value is (112,107,58). Sum of RGB (Red+Green+Blue) = 112+107+58=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B3A is #8F94C5. Grayscale: #676767. Windows color (decimal): -9409734 or 3828592. OLE color: 3828592.

HSL color Cylindrical-coordinate representation of color #706B3A: hue angle of 54.44º 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 #706B3A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB11210758-
CMYK00.040.480.56
HSL54.44º31.76%33.33%-
HSV(B)54.44º48.21%43.92%-
XYZ12.714.276.09-
YUV102.91102.66134.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=40.43%
G=38.63%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121075800.040.480.5654.4431.7633.33
Hex706B3A043038362021
Octal16015372046070664041
Binary111000011010111110100100110000111000110110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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