#6B6313

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

Shades of Costa Del Sol #6B6313

Tints of Costa Del Sol #6B6313

Color information

#6B6313 (or 0x6B6313) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 63 and 13. RGB value is (107,99,19). Sum of RGB (Red+Green+Blue) = 107+99+19=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6313 is #949CEC. Grayscale: #5C5C5C. Windows color (decimal): -9739501 or 1270635. OLE color: 1270635.

HSL color Cylindrical-coordinate representation of color #6B6313: hue angle of 54.55º 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 #6B6313 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1079919-
CMYK00.070.820.58
HSL54.55º69.84%24.71%-
HSV(B)54.55º82.24%41.96%-
XYZ10.6412.12.39-
YUV92.2786.65138.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=47.56%
G=44%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107991900.070.820.5854.5569.8424.71
Hex6B631307523A374619
Octal1531432307122726710631
Binary110101111000111001101111010010111010110111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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