#665B2B

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

Shades of Costa Del Sol #665B2B

Tints of Costa Del Sol #665B2B

Color information

#665B2B (or 0x665B2B) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 2B. RGB value is (102,91,43). Sum of RGB (Red+Green+Blue) = 102+91+43=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #665B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B2B is #99A4D4. Grayscale: #595959. Windows color (decimal): -10069205 or 2841446. OLE color: 2841446.

HSL color Cylindrical-coordinate representation of color #665B2B: hue angle of 48.81º 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 #665B2B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1029143-
CMYK00.110.580.6
HSL48.81º40.69%28.43%-
HSV(B)48.81º57.84%40%-
XYZ9.6610.483.8-
YUV88.82102.14137.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=43.22%
G=38.56%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102914300.110.580.648.8140.6928.43
Hex665B2B0B3A3C31291c
Octal146133530137274615134
Binary110011010110111010110101111101011110011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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