Html Css Color HEX #717640 Siam

📋 copy color: '#717640'

red 113 ◦ green 118 ◦ blue 64

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

Shades of Siam #717640

Tints of Siam #717640

RGB

 RED value IS 113 (44.53% from 255) = 38.31%

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 38.31%
G = 40%
B = 21.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#717640 (or 0x717640) is known color: Siam. HEX triplet: 71, 76 and 40. RGB value is (113,118,64). Sum of RGB (Red+Green+Blue) = 113+118+64=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #717640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717640 is #8E89BF. Grayscale: #6E6E6E. Windows color (decimal): -9341376 or 4224625. OLE color: 4224625.

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

Color convert

RGB 113 118 64 -
CMYK 0.04 0 0.46 0.54
HSL 65.56º 0.3% 0.36% -
HSV(B) 65.56º 0.46% 0.46% -
XYZ 14.21 16.84 7.35 -
YUV 110.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 113 118 64 0.04 0 0.46 0.54 65.56 0.3 0.36
Hex 71 76 40 4 0 2E 36 42 1E 24
Octal 161 166 100 4 0 56 66 102 36 44
Binary 1110001 1110110 1000000 100 0 101110 110110 1000010 11110 100100

Color Harmonies of #717640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717640

Black with #717640

Text Example


Text Example

White with #717640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717640; }

 p { color: rgb(113,118,64); }

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

background-color css

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

 a { background-color: rgb(113,118,64); }

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

border-color css

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

 span { border-color: rgb(113,118,64); }

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