#6B6530

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

Shades of Costa Del Sol #6B6530

Tints of Costa Del Sol #6B6530

Color information

#6B6530 (or 0x6B6530) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 65 and 30. RGB value is (107,101,48). Sum of RGB (Red+Green+Blue) = 107+101+48=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6530 is #949ACF. Grayscale: #606060. Windows color (decimal): -9738960 or 3171691. OLE color: 3171691.

HSL color Cylindrical-coordinate representation of color #6B6530: hue angle of 53.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B6530 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB10710148-
CMYK00.060.550.58
HSL53.9º38.06%30.39%-
HSV(B)53.9º55.14%41.96%-
XYZ11.2512.654.64-
YUV96.75100.49135.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 48 (19.14% from 255) = 18.75%
R=41.80%
G=39.45%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071014800.060.550.5853.938.0630.39
Hex6B653006373A36261e
Octal15314560066772664636
Binary11010111100101110000011011011111101011011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,48); }

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

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

 a { background-color: rgb(107,101,48); }

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

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

 span { border-color: rgb(107,101,48); }

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