#655C10

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

Shades of Costa Del Sol #655C10

Tints of Costa Del Sol #655C10

Color information

#655C10 (or 0x655C10) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5C and 10. RGB value is (101,92,16). Sum of RGB (Red+Green+Blue) = 101+92+16=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #655C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C10 is #9AA3EF. Grayscale: #565656. Windows color (decimal): -10134512 or 1072229. OLE color: 1072229.

HSL color Cylindrical-coordinate representation of color #655C10: hue angle of 53.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #655C10 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1019216-
CMYK00.090.840.60
HSL53.65º72.65%22.94%-
HSV(B)53.65º84.16%39.61%-
XYZ9.2910.462.02-
YUV86.0388.48138.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 16 (6.64% from 255) = 7.66%
R=48.33%
G=44.02%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101921600.090.840.6053.6572.6522.94
Hex655C1009543C364917
Octal14513420011124746611127
Binary1100101101110010000010011010100111100110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655C10; }

 p { color: rgb(101,92,16); }

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

<style>
 a { background-color: #655C10; }

 a { background-color: rgb(101,92,16); }

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

<style>
 span { border-color: #655C10; }

 span { border-color: rgb(101,92,16); }

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