Html Css Color HEX #68704F Siam

📋 copy color: '#68704F'

red 104 ◦ green 112 ◦ blue 79

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

Shades of Siam #68704F

Tints of Siam #68704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 35.25%
G = 37.97%
B = 26.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#68704F (or 0x68704F) is known color: Siam. HEX triplet: 68, 70 and 4F. RGB value is (104,112,79). Sum of RGB (Red+Green+Blue) = 104+112+79=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #68704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68704F is #978FB0. Grayscale: #696969. Windows color (decimal): -9932721 or 5206120. OLE color: 5206120.

HSL color Cylindrical-coordinate representation of color #68704F: hue angle of 74.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68704F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 79 -
CMYK 0.07 0 0.29 0.56
HSL 74.55º 0.17% 0.37% -
HSV(B) 74.55º 0.29% 0.44% -
XYZ 12.91 15.1 9.63 -
YUV 105.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 104 112 79 0.07 0 0.29 0.56 74.55 0.17 0.37
Hex 68 70 4F 7 0 1D 38 4B 11 25
Octal 150 160 117 7 0 35 70 113 21 45
Binary 1101000 1110000 1001111 111 0 11101 111000 1001011 10001 100101

Color Harmonies of #68704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68704F

Black with #68704F

Text Example


Text Example

White with #68704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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