Html Css Color HEX #695B54 Dorado

📋 copy color: '#695B54'

red 105 ◦ green 91 ◦ blue 84

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

Shades of Dorado #695B54

Tints of Dorado #695B54

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

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

R = 37.5%
G = 32.5%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#695B54 (or 0x695B54) is known color: Dorado. HEX triplet: 69, 5B and 54. RGB value is (105,91,84). Sum of RGB (Red+Green+Blue) = 105+91+84=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B54 is #96A4AB. Grayscale: #5E5E5E. Windows color (decimal): -9872556 or 5528425. OLE color: 5528425.

HSL color Cylindrical-coordinate representation of color #695B54: hue angle of 20º 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 #695B54 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 91 84 -
CMYK 0 0.13 0.20 0.59
HSL 20º 0.11% 0.37% -
HSV(B) 20º 0.2% 0.41% -
XYZ 11.17 11.13 9.95 -
YUV 94.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 105 91 84 0 0.13 0.20 0.59 20 0.11 0.37
Hex 69 5B 54 0 D 14 3B 14 B 25
Octal 151 133 124 0 15 24 73 24 13 45
Binary 1101001 1011011 1010100 0 1101 10100 111011 10100 1011 100101

Color Harmonies of #695B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B54

Black with #695B54

Text Example


Text Example

White with #695B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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