Html Css Color HEX #696260 Dorado

📋 copy color: '#696260'

red 105 ◦ green 98 ◦ blue 96

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

Shades of Dorado #696260

Tints of Dorado #696260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 35.12%
G = 32.78%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#696260 (or 0x696260) is known color: Dorado. HEX triplet: 69, 62 and 60. RGB value is (105,98,96). Sum of RGB (Red+Green+Blue) = 105+98+96=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 105 - color contains mainly: red. Hex color #696260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696260 is #969D9F. Grayscale: #636363. Windows color (decimal): -9870752 or 6316649. OLE color: 6316649.

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

Color convert

RGB 105 98 96 -
CMYK 0 0.07 0.09 0.59
HSL 13.33º 0.04% 0.39% -
HSV(B) 13.33º 0.09% 0.41% -
XYZ 12.3 12.58 12.85 -
YUV 99.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 105 98 96 0 0.07 0.09 0.59 13.33 0.04 0.39
Hex 69 62 60 0 7 9 3B D 4 27
Octal 151 142 140 0 7 11 73 15 4 47
Binary 1101001 1100010 1100000 0 111 1001 111011 1101 100 100111

Color Harmonies of #696260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696260

Black with #696260

Text Example


Text Example

White with #696260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696260; }

 p { color: rgb(105,98,96); }

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

background-color css

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

 a { background-color: rgb(105,98,96); }

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

border-color css

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

 span { border-color: rgb(105,98,96); }

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