#696360

Color #696360 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #696360

Tints of Dorado #696360

Color information

#696360 (or 0x696360) is unknown color: approx Dorado. HEX triplet: 69, 63 and 60. RGB value is (105,99,96). Sum of RGB (Red+Green+Blue) = 105+99+96=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #696360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696360 is #969C9F. Grayscale: #646464. Windows color (decimal): -9870496 or 6316905. OLE color: 6316905.

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

Color convert

RGB1059996-
CMYK00.060.090.59
HSL20º4.48%39.41%-
HSV(B)20º8.57%41.18%-
XYZ12.412.7712.88-
YUV100.45125.49131.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 96 (37.89% from 255) = 32%
R=35%
G=33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105999600.060.090.59204.4839.41
Hex6963600693B14427
Octal15114314006117324447
Binary1101001110001111000000110100111101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696360; }

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

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

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

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

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

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

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

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