#665E2B

Color #665E2B Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #665E2B

Tints of Costa Del Sol #665E2B

Color information

#665E2B (or 0x665E2B) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 2B. RGB value is (102,94,43). Sum of RGB (Red+Green+Blue) = 102+94+43=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E2B is #99A1D4. Grayscale: #5A5A5A. Windows color (decimal): -10068437 or 2842214. OLE color: 2842214.

HSL color Cylindrical-coordinate representation of color #665E2B: hue angle of 51.86º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665E2B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1029443-
CMYK00.080.580.6
HSL51.86º40.69%28.43%-
HSV(B)51.86º57.84%40%-
XYZ9.92113.89-
YUV90.58101.15136.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=42.68%
G=39.33%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102944300.080.580.651.8640.6928.43
Hex665E2B083A3C34291c
Octal146136530107274645134
Binary110011010111101010110100011101011110011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E2B; }

 p { color: rgb(102,94,43); }

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

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

 a { background-color: rgb(102,94,43); }

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

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

 span { border-color: rgb(102,94,43); }

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