#66634D

Color #66634D Hemlock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemlock #66634D

Tints of Hemlock #66634D

Color information

#66634D (or 0x66634D) is unknown color: approx Hemlock. HEX triplet: 66, 63 and 4D. RGB value is (102,99,77). Sum of RGB (Red+Green+Blue) = 102+99+77=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66634D is #999CB2. Grayscale: #616161. Windows color (decimal): -10067123 or 5071718. OLE color: 5071718.

HSL color Cylindrical-coordinate representation of color #66634D: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66634D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1029977-
CMYK00.030.250.6
HSL52.8º13.97%35.1%-
HSV(B)52.8º24.51%40%-
XYZ11.2812.288.8-
YUV97.39116.49131.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=36.69%
G=35.61%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102997700.030.250.652.813.9735.1
Hex66634D03193C35e23
Octal146143115033174651643
Binary110011011000111001101011110011111001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66634D; }

 p { color: rgb(102,99,77); }

 H1.HeaderClassName
 {
   color: #66634D;
 }
 .AnyTagClassName
 {
   color: #66634D;
 }
</style>
background-color css

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

 a { background-color: rgb(102,99,77); }

 div.DivClassName
 {
   background-color: #66634D;
 }
 .BgClassName
 {
   background-color: #66634D;
 }
</style>
border-color css

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

 span { border-color: rgb(102,99,77); }

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