#665B13

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

Shades of Costa Del Sol #665B13

Tints of Costa Del Sol #665B13

Color information

#665B13 (or 0x665B13) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 13. RGB value is (102,91,19). Sum of RGB (Red+Green+Blue) = 102+91+19=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B13 is #99A4EC. Grayscale: #565656. Windows color (decimal): -10069229 or 1268582. OLE color: 1268582.

HSL color Cylindrical-coordinate representation of color #665B13: hue angle of 52.05º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #665B13 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1029119-
CMYK00.110.810.6
HSL52.05º68.6%23.73%-
HSV(B)52.05º81.37%40%-
XYZ9.3410.352.12-
YUV86.0890.14139.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=48.11%
G=42.92%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102911900.110.810.652.0568.623.73
Hex665B130B513C344518
Octal14613323013121746410530
Binary1100110101101110011010111010001111100110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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