Html Css Color HEX #695951 Dorado

📋 copy color: '#695951'

red 105 ◦ green 89 ◦ blue 81

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

Shades of Dorado #695951

Tints of Dorado #695951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 38.18%
G = 32.36%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695951 (or 0x695951) is known color: Dorado. HEX triplet: 69, 59 and 51. RGB value is (105,89,81). Sum of RGB (Red+Green+Blue) = 105+89+81=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695951 is #96A6AE. Grayscale: #5C5C5C. Windows color (decimal): -9873071 or 5331305. OLE color: 5331305.

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

Color convert

RGB 105 89 81 -
CMYK 0 0.15 0.23 0.59
HSL 20º 0.13% 0.36% -
HSV(B) 20º 0.23% 0.41% -
XYZ 10.88 10.74 9.28 -
YUV 92.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 105 89 81 0 0.15 0.23 0.59 20 0.13 0.36
Hex 69 59 51 0 F 17 3B 14 D 24
Octal 151 131 121 0 17 27 73 24 15 44
Binary 1101001 1011001 1010001 0 1111 10111 111011 10100 1101 100100

Color Harmonies of #695951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695951

Black with #695951

Text Example


Text Example

White with #695951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695951; }

 p { color: rgb(105,89,81); }

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

background-color css

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

 a { background-color: rgb(105,89,81); }

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

border-color css

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

 span { border-color: rgb(105,89,81); }

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