#696425

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

Shades of Costa Del Sol #696425

Tints of Costa Del Sol #696425

Color information

#696425 (or 0x696425) is unknown color: approx Costa Del Sol. HEX triplet: 69, 64 and 25. RGB value is (105,100,37). Sum of RGB (Red+Green+Blue) = 105+100+37=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #696425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696425 is #969BDA. Grayscale: #5E5E5E. Windows color (decimal): -9870299 or 2450537. OLE color: 2450537.

HSL color Cylindrical-coordinate representation of color #696425: hue angle of 55.59º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #696425 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB10510037-
CMYK00.050.650.59
HSL55.59º47.89%27.84%-
HSV(B)55.59º64.76%41.18%-
XYZ10.7212.253.55-
YUV94.3195.66135.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=43.39%
G=41.32%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051003700.050.650.5955.5947.8927.84
Hex69642505413B38301c
Octal151144450510173706034
Binary110100111001001001010101100000111101111100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696425; }

 p { color: rgb(105,100,37); }

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

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

 a { background-color: rgb(105,100,37); }

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

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

 span { border-color: rgb(105,100,37); }

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