Html Css Color HEX #696563 Dorado

📋 copy color: '#696563'

red 105 ◦ green 101 ◦ blue 99

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

Shades of Dorado #696563

Tints of Dorado #696563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 99 (39.06% from 255) = 32.46%

R = 34.43%
G = 33.11%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#696563 (or 0x696563) is known color: Dorado. HEX triplet: 69, 65 and 63. RGB value is (105,101,99). Sum of RGB (Red+Green+Blue) = 105+101+99=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696563 is #969A9C. Grayscale: #656565. Windows color (decimal): -9869981 or 6514025. OLE color: 6514025.

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

Color convert

RGB 105 101 99 -
CMYK 0 0.04 0.06 0.59
HSL 20º 0.03% 0.4% -
HSV(B) 20º 0.06% 0.41% -
XYZ 12.73 13.21 13.68 -
YUV 101.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 105 101 99 0 0.04 0.06 0.59 20 0.03 0.4
Hex 69 65 63 0 4 6 3B 14 3 28
Octal 151 145 143 0 4 6 73 24 3 50
Binary 1101001 1100101 1100011 0 100 110 111011 10100 11 101000

Color Harmonies of #696563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696563

Black with #696563

Text Example


Text Example

White with #696563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696563; }

 p { color: rgb(105,101,99); }

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

background-color css

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

 a { background-color: rgb(105,101,99); }

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

border-color css

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

 span { border-color: rgb(105,101,99); }

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