#696461

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

Shades of Dorado #696461

Tints of Dorado #696461

Color information

#696461 (or 0x696461) is unknown color: approx Dorado. HEX triplet: 69, 64 and 61. RGB value is (105,100,97). Sum of RGB (Red+Green+Blue) = 105+100+97=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696461 is #969B9E. Grayscale: #656565. Windows color (decimal): -9870239 or 6382697. OLE color: 6382697.

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

Color convert

RGB10510097-
CMYK00.050.080.59
HSL22.5º3.96%39.61%-
HSV(B)22.5º7.62%41.18%-
XYZ12.5412.9813.15-
YUV101.15125.66130.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 100 (39.45% from 255) = 33.11%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=34.77%
G=33.11%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051009700.050.080.5922.53.9639.61
Hex6964610583B17428
Octal15114414105107327450
Binary1101001110010011000010101100011101110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696461; }

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

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

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

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

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

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

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

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