#6B6214

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

Shades of Costa Del Sol #6B6214

Tints of Costa Del Sol #6B6214

Color information

#6B6214 (or 0x6B6214) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 62 and 14. RGB value is (107,98,20). Sum of RGB (Red+Green+Blue) = 107+98+20=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6214 is #949DEB. Grayscale: #5C5C5C. Windows color (decimal): -9739756 or 1335915. OLE color: 1335915.

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

Color convert

RGB1079820-
CMYK00.080.810.58
HSL53.79º68.5%24.9%-
HSV(B)53.79º81.31%41.96%-
XYZ10.5611.912.4-
YUV91.887.48138.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=47.56%
G=43.56%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107982000.080.810.5853.7968.524.9
Hex6B621408513A364519
Octal15314224010121726610531
Binary1101011110001010100010001010001111010110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,20); }

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

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

 a { background-color: rgb(107,98,20); }

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

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

 span { border-color: rgb(107,98,20); }

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