Html Css Color HEX #695C55 Dorado

📋 copy color: '#695C55'

red 105 ◦ green 92 ◦ blue 85

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

Shades of Dorado #695C55

Tints of Dorado #695C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 37.23%
G = 32.62%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#695C55 (or 0x695C55) is known color: Dorado. HEX triplet: 69, 5C and 55. RGB value is (105,92,85). Sum of RGB (Red+Green+Blue) = 105+92+85=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C55 is #96A3AA. Grayscale: #5F5F5F. Windows color (decimal): -9872299 or 5594217. OLE color: 5594217.

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

Color convert

RGB 105 92 85 -
CMYK 0 0.12 0.19 0.59
HSL 21º 0.11% 0.37% -
HSV(B) 21º 0.19% 0.41% -
XYZ 11.29 11.31 10.18 -
YUV 95.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 105 92 85 0 0.12 0.19 0.59 21 0.11 0.37
Hex 69 5C 55 0 C 13 3B 15 B 25
Octal 151 134 125 0 14 23 73 25 13 45
Binary 1101001 1011100 1010101 0 1100 10011 111011 10101 1011 100101

Color Harmonies of #695C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C55

Black with #695C55

Text Example


Text Example

White with #695C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,92,85); }

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

background-color css

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

 a { background-color: rgb(105,92,85); }

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

border-color css

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

 span { border-color: rgb(105,92,85); }

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