Html Css Color HEX #707644 Siam

📋 copy color: '#707644'

red 112 ◦ green 118 ◦ blue 68

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

Shades of Siam #707644

Tints of Siam #707644

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

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

R = 37.58%
G = 39.6%
B = 22.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#707644 (or 0x707644) is known color: Siam. HEX triplet: 70, 76 and 44. RGB value is (112,118,68). Sum of RGB (Red+Green+Blue) = 112+118+68=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #707644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707644 is #8F89BB. Grayscale: #6E6E6E. Windows color (decimal): -9406908 or 4486768. OLE color: 4486768.

HSL color Cylindrical-coordinate representation of color #707644: hue angle of 67.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707644 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 68 -
CMYK 0.05 0 0.42 0.54
HSL 67.2º 0.27% 0.36% -
HSV(B) 67.2º 0.42% 0.46% -
XYZ 14.2 16.82 7.97 -
YUV 110.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 112 118 68 0.05 0 0.42 0.54 67.2 0.27 0.36
Hex 70 76 44 5 0 2A 36 43 1B 24
Octal 160 166 104 5 0 52 66 103 33 44
Binary 1110000 1110110 1000100 101 0 101010 110110 1000011 11011 100100

Color Harmonies of #707644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707644

Black with #707644

Text Example


Text Example

White with #707644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707644; }

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

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

background-color css

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

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

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

border-color css

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

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

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