Html Css Color HEX #66685B Siam

📋 copy color: '#66685B'

red 102 ◦ green 104 ◦ blue 91

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

Shades of Siam #66685B

Tints of Siam #66685B

RGB

 RED value IS 102 (40.23% from 255) = 34.34%

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

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

R = 34.34%
G = 35.02%
B = 30.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#66685B (or 0x66685B) is known color: Siam. HEX triplet: 66, 68 and 5B. RGB value is (102,104,91). Sum of RGB (Red+Green+Blue) = 102+104+91=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #66685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66685B is #9997A4. Grayscale: #656565. Windows color (decimal): -10065829 or 5990502. OLE color: 5990502.

HSL color Cylindrical-coordinate representation of color #66685B: hue angle of 69.23º 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 #66685B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 91 -
CMYK 0.02 0 0.12 0.59
HSL 69.23º 0.07% 0.38% -
HSV(B) 69.23º 0.13% 0.41% -
XYZ 12.32 13.48 11.85 -
YUV 101.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 102 104 91 0.02 0 0.12 0.59 69.23 0.07 0.38
Hex 66 68 5B 2 0 C 3B 45 7 26
Octal 146 150 133 2 0 14 73 105 7 46
Binary 1100110 1101000 1011011 10 0 1100 111011 1000101 111 100110

Color Harmonies of #66685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66685B

Black with #66685B

Text Example


Text Example

White with #66685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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