#665E1F

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

Shades of Costa Del Sol #665E1F

Tints of Costa Del Sol #665E1F

Color information

#665E1F (or 0x665E1F) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 1F. RGB value is (102,94,31). Sum of RGB (Red+Green+Blue) = 102+94+31=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #665E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665E1F is #99A1E0. Grayscale: #595959. Windows color (decimal): -10068449 or 2055782. OLE color: 2055782.

HSL color Cylindrical-coordinate representation of color #665E1F: hue angle of 53.24º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #665E1F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1029431-
CMYK00.080.700.6
HSL53.24º53.38%26.08%-
HSV(B)53.24º69.61%40%-
XYZ9.7310.932.89-
YUV89.2195.15137.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 31 (12.5% from 255) = 13.66%
R=44.93%
G=41.41%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102943100.080.700.653.2453.3826.08
Hex665E1F08463C35351a
Octal1461363701010674656532
Binary110011010111101111101000100011011110011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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