#696331

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

Shades of Costa Del Sol #696331

Tints of Costa Del Sol #696331

Color information

#696331 (or 0x696331) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 31. RGB value is (105,99,49). Sum of RGB (Red+Green+Blue) = 105+99+49=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #696331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696331 is #969CCE. Grayscale: #5F5F5F. Windows color (decimal): -9870543 or 3236713. OLE color: 3236713.

HSL color Cylindrical-coordinate representation of color #696331: hue angle of 53.57º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696331 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1059949-
CMYK00.060.530.59
HSL53.57º36.36%30.2%-
HSV(B)53.57º53.33%41.18%-
XYZ10.8412.154.68-
YUV95.09101.99135.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 49 (19.53% from 255) = 19.37%
R=41.50%
G=39.13%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105994900.060.530.5953.5736.3630.2
Hex69633106353B36241e
Octal15114361066573664436
Binary11010011100011110001011011010111101111011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696331; }

 p { color: rgb(105,99,49); }

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

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

 a { background-color: rgb(105,99,49); }

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

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

 span { border-color: rgb(105,99,49); }

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