Html Css Color HEX #68685A Siam

📋 copy color: '#68685A'

red 104 ◦ green 104 ◦ blue 90

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

Shades of Siam #68685A

Tints of Siam #68685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.9%

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 34.9%
G = 34.9%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68685A (or 0x68685A) is known color: Siam. HEX triplet: 68, 68 and 5A. RGB value is (104,104,90). Sum of RGB (Red+Green+Blue) = 104+104+90=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68685A is #9797A5. Grayscale: #666666. Windows color (decimal): -9934758 or 5924968. OLE color: 5924968.

HSL color Cylindrical-coordinate representation of color #68685A: hue angle of 60º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68685A is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 90 -
CMYK 0 0 0.13 0.59
HSL 60º 0.07% 0.38% -
HSV(B) 60º 0.13% 0.41% -
XYZ 12.5 13.58 11.64 -
YUV 102.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 104 104 90 0 0 0.13 0.59 60 0.07 0.38
Hex 68 68 5A 0 0 D 3B 3C 7 26
Octal 150 150 132 0 0 15 73 74 7 46
Binary 1101000 1101000 1011010 0 0 1101 111011 111100 111 100110

Color Harmonies of #68685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68685A

Black with #68685A

Text Example


Text Example

White with #68685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68685A; }

 p { color: rgb(104,104,90); }

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

background-color css

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

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

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

border-color css

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

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

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