Html Css Color HEX #667050 Siam

📋 copy color: '#667050'

red 102 ◦ green 112 ◦ blue 80

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

Shades of Siam #667050

Tints of Siam #667050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 34.69%
G = 38.1%
B = 27.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#667050 (or 0x667050) is known color: Siam. HEX triplet: 66, 70 and 50. RGB value is (102,112,80). Sum of RGB (Red+Green+Blue) = 102+112+80=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #667050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667050 is #998FAF. Grayscale: #696969. Windows color (decimal): -10063792 or 5271654. OLE color: 5271654.

HSL color Cylindrical-coordinate representation of color #667050: hue angle of 78.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667050 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 112 80 -
CMYK 0.09 0 0.29 0.56
HSL 78.75º 0.17% 0.38% -
HSV(B) 78.75º 0.29% 0.44% -
XYZ 12.72 14.99 9.81 -
YUV 105.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 102 112 80 0.09 0 0.29 0.56 78.75 0.17 0.38
Hex 66 70 50 9 0 1D 38 4F 11 26
Octal 146 160 120 11 0 35 70 117 21 46
Binary 1100110 1110000 1010000 1001 0 11101 111000 1001111 10001 100110

Color Harmonies of #667050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667050

Black with #667050

Text Example


Text Example

White with #667050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667050; }

 p { color: rgb(102,112,80); }

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

background-color css

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

 a { background-color: rgb(102,112,80); }

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

border-color css

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

 span { border-color: rgb(102,112,80); }

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