#696260

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

Shades of Dorado #696260

Tints of Dorado #696260

Color information

#696260 (or 0x696260) is unknown color: approx Dorado. HEX triplet: 69, 62 and 60. RGB value is (105,98,96). Sum of RGB (Red+Green+Blue) = 105+98+96=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #696260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696260 is #969D9F. Grayscale: #636363. Windows color (decimal): -9870752 or 6316649. OLE color: 6316649.

HSL color Cylindrical-coordinate representation of color #696260: hue angle of 13.33º 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 #696260 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1059896-
CMYK00.070.090.59
HSL13.33º4.48%39.41%-
HSV(B)13.33º8.57%41.18%-
XYZ12.312.5812.85-
YUV99.86125.82131.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=35.12%
G=32.78%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105989600.070.090.5913.334.4839.41
Hex6962600793Bd427
Octal15114214007117315447
Binary110100111000101100000011110011110111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696260; }

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

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

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

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

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

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

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

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