#6D5F0D

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

Shades of Costa Del Sol #6D5F0D

Tints of Costa Del Sol #6D5F0D

Color information

#6D5F0D (or 0x6D5F0D) is unknown color: approx Costa Del Sol. HEX triplet: 6D, 5F and 0D. RGB value is (109,95,13). Sum of RGB (Red+Green+Blue) = 109+95+13=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5F0D is #92A0F2. Grayscale: #5A5A5A. Windows color (decimal): -9609459 or 876397. OLE color: 876397.

HSL color Cylindrical-coordinate representation of color #6D5F0D: hue angle of 51.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D5F0D is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB1099513-
CMYK00.130.880.57
HSL51.25º78.69%23.92%-
HSV(B)51.25º88.07%42.75%-
XYZ10.4711.462.04-
YUV89.8484.64141.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=50.23%
G=43.78%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109951300.130.880.5751.2578.6923.92
Hex6D5FD0D5839334f18
Octal15513715015130716311730
Binary110110110111111101011011011000111001110011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5F0D; }

 p { color: rgb(109,95,13); }

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

<style>
 a { background-color: #6D5F0D; }

 a { background-color: rgb(109,95,13); }

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

<style>
 span { border-color: #6D5F0D; }

 span { border-color: rgb(109,95,13); }

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