Html Css Color HEX #695A54 Dorado

📋 copy color: '#695A54'

red 105 ◦ green 90 ◦ blue 84

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

Shades of Dorado #695A54

Tints of Dorado #695A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 37.63%
G = 32.26%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#695A54 (or 0x695A54) is known color: Dorado. HEX triplet: 69, 5A and 54. RGB value is (105,90,84). Sum of RGB (Red+Green+Blue) = 105+90+84=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #695A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A54 is #96A5AB. Grayscale: #5D5D5D. Windows color (decimal): -9872812 or 5528169. OLE color: 5528169.

HSL color Cylindrical-coordinate representation of color #695A54: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695A54 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 90 84 -
CMYK 0 0.14 0.20 0.59
HSL 17.14º 0.11% 0.37% -
HSV(B) 17.14º 0.2% 0.41% -
XYZ 11.08 10.96 9.92 -
YUV 93.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 105 90 84 0 0.14 0.20 0.59 17.14 0.11 0.37
Hex 69 5A 54 0 E 14 3B 11 B 25
Octal 151 132 124 0 16 24 73 21 13 45
Binary 1101001 1011010 1010100 0 1110 10100 111011 10001 1011 100101

Color Harmonies of #695A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A54

Black with #695A54

Text Example


Text Example

White with #695A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A54; }

 p { color: rgb(105,90,84); }

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

background-color css

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

 a { background-color: rgb(105,90,84); }

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

border-color css

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

 span { border-color: rgb(105,90,84); }

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