Html Css Color HEX #687055 Siam

📋 copy color: '#687055'

red 104 ◦ green 112 ◦ blue 85

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

Shades of Siam #687055

Tints of Siam #687055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 34.55%
G = 37.21%
B = 28.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#687055 (or 0x687055) is known color: Siam. HEX triplet: 68, 70 and 55. RGB value is (104,112,85). Sum of RGB (Red+Green+Blue) = 104+112+85=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #687055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687055 is #978FAA. Grayscale: #6A6A6A. Windows color (decimal): -9932715 or 5599336. OLE color: 5599336.

HSL color Cylindrical-coordinate representation of color #687055: hue angle of 77.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687055 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 85 -
CMYK 0.07 0 0.24 0.56
HSL 77.78º 0.14% 0.39% -
HSV(B) 77.78º 0.24% 0.44% -
XYZ 13.14 15.19 10.83 -
YUV 106.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 104 112 85 0.07 0 0.24 0.56 77.78 0.14 0.39
Hex 68 70 55 7 0 18 38 4E E 27
Octal 150 160 125 7 0 30 70 116 16 47
Binary 1101000 1110000 1010101 111 0 11000 111000 1001110 1110 100111

Color Harmonies of #687055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687055

Black with #687055

Text Example


Text Example

White with #687055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687055; }

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

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

background-color css

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

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

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

border-color css

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

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

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