Html Css Color HEX #695952 Dorado

📋 copy color: '#695952'

red 105 ◦ green 89 ◦ blue 82

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

Shades of Dorado #695952

Tints of Dorado #695952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 82 (32.42% from 255) = 29.71%

R = 38.04%
G = 32.25%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#695952 (or 0x695952) is known color: Dorado. HEX triplet: 69, 59 and 52. RGB value is (105,89,82). Sum of RGB (Red+Green+Blue) = 105+89+82=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #695952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695952 is #96A6AD. Grayscale: #5D5D5D. Windows color (decimal): -9873070 or 5396841. OLE color: 5396841.

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

Color convert

RGB 105 89 82 -
CMYK 0 0.15 0.22 0.59
HSL 18.26º 0.12% 0.37% -
HSV(B) 18.26º 0.22% 0.41% -
XYZ 10.92 10.76 9.48 -
YUV 92.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 105 89 82 0 0.15 0.22 0.59 18.26 0.12 0.37
Hex 69 59 52 0 F 16 3B 12 C 25
Octal 151 131 122 0 17 26 73 22 14 45
Binary 1101001 1011001 1010010 0 1111 10110 111011 10010 1100 100101

Color Harmonies of #695952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695952

Black with #695952

Text Example


Text Example

White with #695952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695952; }

 p { color: rgb(105,89,82); }

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

background-color css

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

 a { background-color: rgb(105,89,82); }

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

border-color css

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

 span { border-color: rgb(105,89,82); }

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