Html Css Color HEX #67685C Siam

📋 copy color: '#67685C'

red 103 ◦ green 104 ◦ blue 92

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

Shades of Siam #67685C

Tints of Siam #67685C

RGB

 RED value IS 103 (40.63% from 255) = 34.45%

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 34.45%
G = 34.78%
B = 30.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#67685C (or 0x67685C) is known color: Siam. HEX triplet: 67, 68 and 5C. RGB value is (103,104,92). Sum of RGB (Red+Green+Blue) = 103+104+92=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #67685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67685C is #9897A3. Grayscale: #666666. Windows color (decimal): -10000292 or 6056039. OLE color: 6056039.

HSL color Cylindrical-coordinate representation of color #67685C: hue angle of 65º degrees, saturation: 0.06, 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 #67685C is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 104 92 -
CMYK 0.01 0 0.12 0.59
HSL 65º 0.06% 0.38% -
HSV(B) 65º 0.12% 0.41% -
XYZ 12.48 13.56 12.08 -
YUV 102.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 103 104 92 0.01 0 0.12 0.59 65 0.06 0.38
Hex 67 68 5C 1 0 C 3B 41 6 26
Octal 147 150 134 1 0 14 73 101 6 46
Binary 1100111 1101000 1011100 1 0 1100 111011 1000001 110 100110

Color Harmonies of #67685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67685C

Black with #67685C

Text Example


Text Example

White with #67685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,104,92); }

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

background-color css

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

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

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

border-color css

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

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

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