#696462

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

Shades of Dorado #696462

Tints of Dorado #696462

Color information

#696462 (or 0x696462) is unknown color: approx Dorado. HEX triplet: 69, 64 and 62. RGB value is (105,100,98). Sum of RGB (Red+Green+Blue) = 105+100+98=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696462 is #969B9D. Grayscale: #656565. Windows color (decimal): -9870238 or 6448233. OLE color: 6448233.

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

Color convert

RGB10510098-
CMYK00.050.070.59
HSL17.14º3.45%39.8%-
HSV(B)17.14º6.67%41.18%-
XYZ12.591313.4-
YUV101.27126.16130.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=34.65%
G=33.00%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051009800.050.070.5917.143.4539.8
Hex6964620573B11328
Octal1511441420577321350
Binary11010011100100110001001011111110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696462; }

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

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

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

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

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

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

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

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