#6B6013

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

Shades of Costa Del Sol #6B6013

Tints of Costa Del Sol #6B6013

Color information

#6B6013 (or 0x6B6013) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 60 and 13. RGB value is (107,96,19). Sum of RGB (Red+Green+Blue) = 107+96+19=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6013 is #949FEC. Grayscale: #5A5A5A. Windows color (decimal): -9740269 or 1269867. OLE color: 1269867.

HSL color Cylindrical-coordinate representation of color #6B6013: hue angle of 52.5º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B6013 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1079619-
CMYK00.100.820.58
HSL52.5º69.84%24.71%-
HSV(B)52.5º82.24%41.96%-
XYZ10.3611.542.3-
YUV90.5187.64139.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.20%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=48.20%
G=43.24%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107961900.100.820.5852.569.8424.71
Hex6B60130A523A344619
Octal15314023012122726410631
Binary1101011110000010011010101010010111010110100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,19); }

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

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

 a { background-color: rgb(107,96,19); }

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

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

 span { border-color: rgb(107,96,19); }

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