#67664B

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

Shades of Hemlock #67664B

Tints of Hemlock #67664B

Color information

#67664B (or 0x67664B) is unknown color: approx Hemlock. HEX triplet: 67, 66 and 4B. RGB value is (103,102,75). Sum of RGB (Red+Green+Blue) = 103+102+75=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #67664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67664B is #9899B4. Grayscale: #636363. Windows color (decimal): -10000821 or 4941415. OLE color: 4941415.

HSL color Cylindrical-coordinate representation of color #67664B: hue angle of 57.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67664B is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB10310275-
CMYK00.010.270.60
HSL57.86º15.73%34.9%-
HSV(B)57.86º27.18%40.39%-
XYZ11.6112.898.53-
YUV99.22114.33130.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=36.79%
G=36.43%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031027500.010.270.6057.8615.7334.9
Hex67664B011B3C3a1023
Octal147146113013374722043
Binary110011111001101001011011101111110011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,102,75); }

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

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

 a { background-color: rgb(103,102,75); }

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

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

 span { border-color: rgb(103,102,75); }

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