Html Css Color HEX #695A52 Dorado

📋 copy color: '#695A52'

red 105 ◦ green 90 ◦ blue 82

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

Shades of Dorado #695A52

Tints of Dorado #695A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 37.91%
G = 32.49%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#695A52 (or 0x695A52) is known color: Dorado. HEX triplet: 69, 5A and 52. RGB value is (105,90,82). Sum of RGB (Red+Green+Blue) = 105+90+82=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #695A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A52 is #96A5AD. Grayscale: #5D5D5D. Windows color (decimal): -9872814 or 5397097. OLE color: 5397097.

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

Color convert

RGB 105 90 82 -
CMYK 0 0.14 0.22 0.59
HSL 20.87º 0.12% 0.37% -
HSV(B) 20.87º 0.22% 0.41% -
XYZ 11 10.92 9.51 -
YUV 93.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 105 90 82 0 0.14 0.22 0.59 20.87 0.12 0.37
Hex 69 5A 52 0 E 16 3B 15 C 25
Octal 151 132 122 0 16 26 73 25 14 45
Binary 1101001 1011010 1010010 0 1110 10110 111011 10101 1100 100101

Color Harmonies of #695A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A52

Black with #695A52

Text Example


Text Example

White with #695A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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