Html Css Color HEX #695E58 Dorado

📋 copy color: '#695E58'

red 105 ◦ green 94 ◦ blue 88

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

Shades of Dorado #695E58

Tints of Dorado #695E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 36.59%
G = 32.75%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#695E58 (or 0x695E58) is known color: Dorado. HEX triplet: 69, 5E and 58. RGB value is (105,94,88). Sum of RGB (Red+Green+Blue) = 105+94+88=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #695E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E58 is #96A1A7. Grayscale: #606060. Windows color (decimal): -9871784 or 5791337. OLE color: 5791337.

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

Color convert

RGB 105 94 88 -
CMYK 0 0.10 0.16 0.59
HSL 21.18º 0.09% 0.38% -
HSV(B) 21.18º 0.16% 0.41% -
XYZ 11.59 11.71 10.88 -
YUV 96.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 105 94 88 0 0.10 0.16 0.59 21.18 0.09 0.38
Hex 69 5E 58 0 A 10 3B 15 9 26
Octal 151 136 130 0 12 20 73 25 11 46
Binary 1101001 1011110 1011000 0 1010 10000 111011 10101 1001 100110

Color Harmonies of #695E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E58

Black with #695E58

Text Example


Text Example

White with #695E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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