#605D07

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

Shades of Costa Del Sol #605D07

Tints of Costa Del Sol #605D07

Color information

#605D07 (or 0x605D07) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 07. RGB value is (96,93,7). Sum of RGB (Red+Green+Blue) = 96+93+7=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D07 is #9FA2F8. Grayscale: #545454. Windows color (decimal): -10461945 or 482656. OLE color: 482656.

HSL color Cylindrical-coordinate representation of color #605D07: hue angle of 57.98º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #605D07 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96937-
CMYK00.030.930.62
HSL57.98º86.41%20.2%-
HSV(B)57.98º92.71%37.65%-
XYZ8.7810.331.73-
YUV84.0984.49136.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 7 (3.12% from 255) = 3.57%
R=48.98%
G=47.45%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9693700.030.930.6257.9886.4120.2
Hex605D7035D3E3a5614
Octal140135703135767212624
Binary110000010111011110111011101111110111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605D07; }

 p { color: rgb(96,93,7); }

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

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

 a { background-color: rgb(96,93,7); }

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

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

 span { border-color: rgb(96,93,7); }

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