Html Css Color HEX #696766 Dorado

📋 copy color: '#696766'

red 105 ◦ green 103 ◦ blue 102

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

Shades of Dorado #696766

Tints of Dorado #696766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 33.87%
G = 33.23%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#696766 (or 0x696766) is known color: Dorado. HEX triplet: 69, 67 and 66. RGB value is (105,103,102). Sum of RGB (Red+Green+Blue) = 105+103+102=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 105 - color contains mainly: red. Hex color #696766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696766 is #969899. Grayscale: #676767. Windows color (decimal): -9869466 or 6711145. OLE color: 6711145.

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

Color convert

RGB 105 103 102 -
CMYK 0 0.02 0.03 0.59
HSL 20º 0.01% 0.41% -
HSV(B) 20º 0.03% 0.41% -
XYZ 13.07 13.66 14.52 -
YUV 103.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 105 103 102 0 0.02 0.03 0.59 20 0.01 0.41
Hex 69 67 66 0 2 3 3B 14 1 29
Octal 151 147 146 0 2 3 73 24 1 51
Binary 1101001 1100111 1100110 0 10 11 111011 10100 1 101001

Color Harmonies of #696766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696766

Black with #696766

Text Example


Text Example

White with #696766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696766; }

 p { color: rgb(105,103,102); }

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

background-color css

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

 a { background-color: rgb(105,103,102); }

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

border-color css

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

 span { border-color: rgb(105,103,102); }

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