#675C0C

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

Shades of Costa Del Sol #675C0C

Tints of Costa Del Sol #675C0C

Color information

#675C0C (or 0x675C0C) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5C and 0C. RGB value is (103,92,12). Sum of RGB (Red+Green+Blue) = 103+92+12=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #675C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675C0C is #98A3F3. Grayscale: #565656. Windows color (decimal): -10003444 or 810087. OLE color: 810087.

HSL color Cylindrical-coordinate representation of color #675C0C: hue angle of 52.75º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #675C0C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1039212-
CMYK00.110.880.60
HSL52.75º79.13%22.55%-
HSV(B)52.75º88.35%40.39%-
XYZ9.4910.561.89-
YUV86.1786.14140-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=49.76%
G=44.44%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103921200.110.880.6052.7579.1322.55
Hex675CC0B583C354f17
Octal14713414013130746511727
Binary110011110111001100010111011000111100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C0C; }

 p { color: rgb(103,92,12); }

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

<style>
 a { background-color: #675C0C; }

 a { background-color: rgb(103,92,12); }

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

<style>
 span { border-color: #675C0C; }

 span { border-color: rgb(103,92,12); }

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