#6B6426

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

Shades of Costa Del Sol #6B6426

Tints of Costa Del Sol #6B6426

Color information

#6B6426 (or 0x6B6426) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 64 and 26. RGB value is (107,100,38). Sum of RGB (Red+Green+Blue) = 107+100+38=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6426 is #949BD9. Grayscale: #5F5F5F. Windows color (decimal): -9739226 or 2516075. OLE color: 2516075.

HSL color Cylindrical-coordinate representation of color #6B6426: hue angle of 53.91º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B6426 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB10710038-
CMYK00.070.640.58
HSL53.91º47.59%28.43%-
HSV(B)53.91º64.49%41.96%-
XYZ10.9712.383.65-
YUV95.0295.82136.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=43.67%
G=40.82%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071003800.070.640.5853.9147.5928.43
Hex6B642607403A36301c
Octal153144460710072666034
Binary110101111001001001100111100000011101011011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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