Html Css Color HEX #68714F Siam

📋 copy color: '#68714F'

red 104 ◦ green 113 ◦ blue 79

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

Shades of Siam #68714F

Tints of Siam #68714F

RGB

 RED value IS 104 (41.02% from 255) = 35.14%

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 79 (31.25% from 255) = 26.69%

R = 35.14%
G = 38.18%
B = 26.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#68714F (or 0x68714F) is known color: Siam. HEX triplet: 68, 71 and 4F. RGB value is (104,113,79). Sum of RGB (Red+Green+Blue) = 104+113+79=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #68714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68714F is #978EB0. Grayscale: #6A6A6A. Windows color (decimal): -9932465 or 5206376. OLE color: 5206376.

HSL color Cylindrical-coordinate representation of color #68714F: hue angle of 75.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68714F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 79 -
CMYK 0.08 0 0.30 0.56
HSL 75.88º 0.18% 0.38% -
HSV(B) 75.88º 0.3% 0.44% -
XYZ 13.03 15.32 9.67 -
YUV 106.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 104 113 79 0.08 0 0.30 0.56 75.88 0.18 0.38
Hex 68 71 4F 8 0 1E 38 4C 12 26
Octal 150 161 117 10 0 36 70 114 22 46
Binary 1101000 1110001 1001111 1000 0 11110 111000 1001100 10010 100110

Color Harmonies of #68714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68714F

Black with #68714F

Text Example


Text Example

White with #68714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68714F; }

 p { color: rgb(104,113,79); }

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

background-color css

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

 a { background-color: rgb(104,113,79); }

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

border-color css

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

 span { border-color: rgb(104,113,79); }

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