#6B6414

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

Shades of Costa Del Sol #6B6414

Tints of Costa Del Sol #6B6414

Color information

#6B6414 (or 0x6B6414) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 64 and 14. RGB value is (107,100,20). Sum of RGB (Red+Green+Blue) = 107+100+20=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6414 is #949BEB. Grayscale: #5D5D5D. Windows color (decimal): -9739244 or 1336427. OLE color: 1336427.

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

Color convert

RGB10710020-
CMYK00.070.810.58
HSL55.17º68.5%24.9%-
HSV(B)55.17º81.31%41.96%-
XYZ10.7512.292.47-
YUV92.9786.82138-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.14%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=47.14%
G=44.05%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071002000.070.810.5855.1768.524.9
Hex6B641407513A374519
Octal1531442407121726710531
Binary110101111001001010001111010001111010110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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