Html Css Color HEX #707444 Siam

📋 copy color: '#707444'

red 112 ◦ green 116 ◦ blue 68

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

Shades of Siam #707444

Tints of Siam #707444

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 37.84%
G = 39.19%
B = 22.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#707444 (or 0x707444) is known color: Siam. HEX triplet: 70, 74 and 44. RGB value is (112,116,68). Sum of RGB (Red+Green+Blue) = 112+116+68=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #707444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707444 is #8F8BBB. Grayscale: #6D6D6D. Windows color (decimal): -9407420 or 4486256. OLE color: 4486256.

HSL color Cylindrical-coordinate representation of color #707444: hue angle of 65º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707444 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 68 -
CMYK 0.03 0 0.41 0.55
HSL 65º 0.26% 0.36% -
HSV(B) 65º 0.41% 0.45% -
XYZ 13.97 16.35 7.89 -
YUV 109.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 112 116 68 0.03 0 0.41 0.55 65 0.26 0.36
Hex 70 74 44 3 0 29 37 41 1A 24
Octal 160 164 104 3 0 51 67 101 32 44
Binary 1110000 1110100 1000100 11 0 101001 110111 1000001 11010 100100

Color Harmonies of #707444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707444

Black with #707444

Text Example


Text Example

White with #707444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707444; }

 p { color: rgb(112,116,68); }

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

background-color css

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

 a { background-color: rgb(112,116,68); }

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

border-color css

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

 span { border-color: rgb(112,116,68); }

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