Html Css Color HEX #696460 Dorado

📋 copy color: '#696460'

red 105 ◦ green 100 ◦ blue 96

#696460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #696460

Tints of Dorado #696460

RGB

 RED value IS 105 (41.41% from 255) = 34.88%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 34.88%
G = 33.22%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696460 (or 0x696460) is known color: Dorado. HEX triplet: 69, 64 and 60. RGB value is (105,100,96). Sum of RGB (Red+Green+Blue) = 105+100+96=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 105 - color contains mainly: red. Hex color #696460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696460 is #969B9F. Grayscale: #656565. Windows color (decimal): -9870240 or 6317161. OLE color: 6317161.

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

Color convert

RGB 105 100 96 -
CMYK 0 0.05 0.09 0.59
HSL 26.67º 0.04% 0.39% -
HSV(B) 26.67º 0.09% 0.41% -
XYZ 12.49 12.96 12.91 -
YUV 101.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 105 100 96 0 0.05 0.09 0.59 26.67 0.04 0.39
Hex 69 64 60 0 5 9 3B 1B 4 27
Octal 151 144 140 0 5 11 73 33 4 47
Binary 1101001 1100100 1100000 0 101 1001 111011 11011 100 100111

Color Harmonies of #696460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696460

Black with #696460

Text Example


Text Example

White with #696460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696460; }

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

 H1.HeaderClassName
 {
   color: #696460;
 }
 .AnyTagClassName
 {
   color: #696460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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