Html Css Color HEX #696665 Dorado

📋 copy color: '#696665'

red 105 ◦ green 102 ◦ blue 101

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

Shades of Dorado #696665

Tints of Dorado #696665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 34.09%
G = 33.12%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696665 (or 0x696665) is known color: Dorado. HEX triplet: 69, 66 and 65. RGB value is (105,102,101). Sum of RGB (Red+Green+Blue) = 105+102+101=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 105 - color contains mainly: red. Hex color #696665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696665 is #96999A. Grayscale: #666666. Windows color (decimal): -9869723 or 6645353. OLE color: 6645353.

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

Color convert

RGB 105 102 101 -
CMYK 0 0.03 0.04 0.59
HSL 15º 0.02% 0.4% -
HSV(B) 15º 0.04% 0.41% -
XYZ 12.93 13.45 14.23 -
YUV 102.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 105 102 101 0 0.03 0.04 0.59 15 0.02 0.4
Hex 69 66 65 0 3 4 3B F 2 28
Octal 151 146 145 0 3 4 73 17 2 50
Binary 1101001 1100110 1100101 0 11 100 111011 1111 10 101000

Color Harmonies of #696665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696665

Black with #696665

Text Example


Text Example

White with #696665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696665; }

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

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

background-color css

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

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

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

border-color css

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

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

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