Html Css Color HEX #695D58 Dorado

📋 copy color: '#695D58'

red 105 ◦ green 93 ◦ blue 88

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

Shades of Dorado #695D58

Tints of Dorado #695D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 88 (34.77% from 255) = 30.77%

R = 36.71%
G = 32.52%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#695D58 (or 0x695D58) is known color: Dorado. HEX triplet: 69, 5D and 58. RGB value is (105,93,88). Sum of RGB (Red+Green+Blue) = 105+93+88=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D58 is #96A2A7. Grayscale: #606060. Windows color (decimal): -9872040 or 5791081. OLE color: 5791081.

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

Color convert

RGB 105 93 88 -
CMYK 0 0.11 0.16 0.59
HSL 17.65º 0.09% 0.38% -
HSV(B) 17.65º 0.16% 0.41% -
XYZ 11.5 11.54 10.85 -
YUV 96.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 105 93 88 0 0.11 0.16 0.59 17.65 0.09 0.38
Hex 69 5D 58 0 B 10 3B 12 9 26
Octal 151 135 130 0 13 20 73 22 11 46
Binary 1101001 1011101 1011000 0 1011 10000 111011 10010 1001 100110

Color Harmonies of #695D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D58

Black with #695D58

Text Example


Text Example

White with #695D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,93,88); }

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

background-color css

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

 a { background-color: rgb(105,93,88); }

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

border-color css

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

 span { border-color: rgb(105,93,88); }

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