Html Css Color HEX #706E3A Crete

📋 copy color: '#706E3A'

red 112 ◦ green 110 ◦ blue 58

#706E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #706E3A

Tints of Crete #706E3A

RGB

 RED value IS 112 (44.14% from 255) = 40%

 GREEN value IS 110 (43.36% from 255) = 39.29%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 40%
G = 39.29%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#706E3A (or 0x706E3A) is known color: Crete. HEX triplet: 70, 6E and 3A. RGB value is (112,110,58). Sum of RGB (Red+Green+Blue) = 112+110+58=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E3A is #8F91C5. Grayscale: #686868. Windows color (decimal): -9408966 or 3829360. OLE color: 3829360.

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

Color convert

RGB 112 110 58 -
CMYK 0 0.02 0.48 0.56
HSL 57.78º 0.32% 0.33% -
HSV(B) 57.78º 0.48% 0.44% -
XYZ 13.02 14.9 6.19 -
YUV 104.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 112 110 58 0 0.02 0.48 0.56 57.78 0.32 0.33
Hex 70 6E 3A 0 2 30 38 3A 20 21
Octal 160 156 72 0 2 60 70 72 40 41
Binary 1110000 1101110 111010 0 10 110000 111000 111010 100000 100001

Color Harmonies of #706E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E3A

Black with #706E3A

Text Example


Text Example

White with #706E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #706E3A;
 }
 .AnyTagClassName
 {
   color: #706E3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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