Html Css Color HEX #707642 Siam

📋 copy color: '#707642'

red 112 ◦ green 118 ◦ blue 66

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

Shades of Siam #707642

Tints of Siam #707642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 37.84%
G = 39.86%
B = 22.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#707642 (or 0x707642) is known color: Siam. HEX triplet: 70, 76 and 42. RGB value is (112,118,66). Sum of RGB (Red+Green+Blue) = 112+118+66=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #707642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707642 is #8F89BD. Grayscale: #6E6E6E. Windows color (decimal): -9406910 or 4355696. OLE color: 4355696.

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

Color convert

RGB 112 118 66 -
CMYK 0.05 0 0.44 0.54
HSL 66.92º 0.28% 0.36% -
HSV(B) 66.92º 0.44% 0.46% -
XYZ 14.14 16.79 7.65 -
YUV 110.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 112 118 66 0.05 0 0.44 0.54 66.92 0.28 0.36
Hex 70 76 42 5 0 2C 36 43 1C 24
Octal 160 166 102 5 0 54 66 103 34 44
Binary 1110000 1110110 1000010 101 0 101100 110110 1000011 11100 100100

Color Harmonies of #707642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707642

Black with #707642

Text Example


Text Example

White with #707642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707642; }

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

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

background-color css

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

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

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

border-color css

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

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

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