#665930

Color #665930 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #665930

Tints of West Coast #665930

Color information

#665930 (or 0x665930) is unknown color: approx West Coast. HEX triplet: 66, 59 and 30. RGB value is (102,89,48). Sum of RGB (Red+Green+Blue) = 102+89+48=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665930 is #99A6CF. Grayscale: #585858. Windows color (decimal): -10069712 or 3168614. OLE color: 3168614.

HSL color Cylindrical-coordinate representation of color #665930: hue angle of 45.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665930 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1028948-
CMYK00.130.530.6
HSL45.56º36%29.41%-
HSV(B)45.56º52.94%40%-
XYZ9.5910.184.26-
YUV88.21105.31137.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=42.68%
G=37.24%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102894800.130.530.645.563629.41
Hex6659300D353C2e241d
Octal146131600156574564435
Binary110011010110011100000110111010111110010111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665930; }

 p { color: rgb(102,89,48); }

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

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

 a { background-color: rgb(102,89,48); }

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

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

 span { border-color: rgb(102,89,48); }

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