Html Css Color HEX #68685B Siam

📋 copy color: '#68685B'

red 104 ◦ green 104 ◦ blue 91

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

Shades of Siam #68685B

Tints of Siam #68685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.43%

R = 34.78%
G = 34.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68685B (or 0x68685B) is known color: Siam. HEX triplet: 68, 68 and 5B. RGB value is (104,104,91). Sum of RGB (Red+Green+Blue) = 104+104+91=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68685B is #9797A4. Grayscale: #666666. Windows color (decimal): -9934757 or 5990504. OLE color: 5990504.

HSL color Cylindrical-coordinate representation of color #68685B: 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.12%. Process color model (Four color, CMYK) of #68685B is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 91 -
CMYK 0 0 0.12 0.59
HSL 60º 0.07% 0.38% -
HSV(B) 60º 0.13% 0.41% -
XYZ 12.55 13.6 11.86 -
YUV 102.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 104 104 91 0 0 0.12 0.59 60 0.07 0.38
Hex 68 68 5B 0 0 C 3B 3C 7 26
Octal 150 150 133 0 0 14 73 74 7 46
Binary 1101000 1101000 1011011 0 0 1100 111011 111100 111 100110

Color Harmonies of #68685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68685B

Black with #68685B

Text Example


Text Example

White with #68685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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