Html Css Color HEX #68714C Siam

📋 copy color: '#68714C'

red 104 ◦ green 113 ◦ blue 76

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

Shades of Siam #68714C

Tints of Siam #68714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 35.49%
G = 38.57%
B = 25.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#68714C (or 0x68714C) is known color: Siam. HEX triplet: 68, 71 and 4C. RGB value is (104,113,76). Sum of RGB (Red+Green+Blue) = 104+113+76=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #68714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68714C is #978EB3. Grayscale: #6A6A6A. Windows color (decimal): -9932468 or 5009768. OLE color: 5009768.

HSL color Cylindrical-coordinate representation of color #68714C: hue angle of 74.59º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68714C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 76 -
CMYK 0.08 0 0.33 0.56
HSL 74.59º 0.2% 0.37% -
HSV(B) 74.59º 0.33% 0.44% -
XYZ 12.92 15.28 9.1 -
YUV 106.09 111.02 126.51 -
System Red Green Blue C M Y K H S L
Decimal 104 113 76 0.08 0 0.33 0.56 74.59 0.2 0.37
Hex 68 71 4C 8 0 21 38 4B 14 25
Octal 150 161 114 10 0 41 70 113 24 45
Binary 1101000 1110001 1001100 1000 0 100001 111000 1001011 10100 100101

Color Harmonies of #68714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68714C

Black with #68714C

Text Example


Text Example

White with #68714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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