Html Css Color HEX #696461 Dorado

📋 copy color: '#696461'

red 105 ◦ green 100 ◦ blue 97

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

Shades of Dorado #696461

Tints of Dorado #696461

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 value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 105 100 97 -
CMYK 0 0.05 0.08 0.59
HSL 22.5º 0.04% 0.4% -
HSV(B) 22.5º 0.08% 0.41% -
XYZ 12.54 12.98 13.15 -
YUV 101.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 105 100 97 0 0.05 0.08 0.59 22.5 0.04 0.4
Hex 69 64 61 0 5 8 3B 16 4 28
Octal 151 144 141 0 5 10 73 26 4 50
Binary 1101001 1100100 1100001 0 101 1000 111011 10110 100 101000

Color Harmonies of #696461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696461

Black with #696461

Text Example


Text Example

White with #696461

Text Example


Text Example

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