Html Css Color HEX #706E32 Crete

📋 copy color: '#706E32'

red 112 ◦ green 110 ◦ blue 50

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

Shades of Crete #706E32

Tints of Crete #706E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 41.18%
G = 40.44%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#706E32 (or 0x706E32) is known color: Crete. HEX triplet: 70, 6E and 32. RGB value is (112,110,50). Sum of RGB (Red+Green+Blue) = 112+110+50=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #706E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E32 is #8F91CD. Grayscale: #686868. Windows color (decimal): -9408974 or 3305072. OLE color: 3305072.

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

Color convert

RGB 112 110 50 -
CMYK 0 0.02 0.55 0.56
HSL 58.06º 0.38% 0.32% -
HSV(B) 58.06º 0.55% 0.44% -
XYZ 12.83 14.83 5.2 -
YUV 103.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 112 110 50 0 0.02 0.55 0.56 58.06 0.38 0.32
Hex 70 6E 32 0 2 37 38 3A 26 20
Octal 160 156 62 0 2 67 70 72 46 40
Binary 1110000 1101110 110010 0 10 110111 111000 111010 100110 100000

Color Harmonies of #706E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E32

Black with #706E32

Text Example


Text Example

White with #706E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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