Html Css Color HEX #696462 Dorado

📋 copy color: '#696462'

red 105 ◦ green 100 ◦ blue 98

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

Shades of Dorado #696462

Tints of Dorado #696462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 34.65%
G = 33%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#696462 (or 0x696462) is known color: 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

RGB 105 100 98 -
CMYK 0 0.05 0.07 0.59
HSL 17.14º 0.03% 0.4% -
HSV(B) 17.14º 0.07% 0.41% -
XYZ 12.59 13 13.4 -
YUV 101.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 105 100 98 0 0.05 0.07 0.59 17.14 0.03 0.4
Hex 69 64 62 0 5 7 3B 11 3 28
Octal 151 144 142 0 5 7 73 21 3 50
Binary 1101001 1100100 1100010 0 101 111 111011 10001 11 101000

Color Harmonies of #696462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696462

Black with #696462

Text Example


Text Example

White with #696462

Text Example


Text Example

HTML Codes & Css Web 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>