Html Css Color HEX #695A49 Domino

📋 copy color: '#695A49'

red 105 ◦ green 90 ◦ blue 73

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

Shades of Domino #695A49

Tints of Domino #695A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 39.18%
G = 33.58%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#695A49 (or 0x695A49) is known color: Domino. HEX triplet: 69, 5A and 49. RGB value is (105,90,73). Sum of RGB (Red+Green+Blue) = 105+90+73=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #695A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A49 is #96A5B6. Grayscale: #5C5C5C. Windows color (decimal): -9872823 or 4807273. OLE color: 4807273.

HSL color Cylindrical-coordinate representation of color #695A49: hue angle of 31.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695A49 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 90 73 -
CMYK 0 0.14 0.30 0.59
HSL 31.88º 0.18% 0.35% -
HSV(B) 31.88º 0.3% 0.41% -
XYZ 10.68 10.8 7.82 -
YUV 92.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 105 90 73 0 0.14 0.30 0.59 31.88 0.18 0.35
Hex 69 5A 49 0 E 1E 3B 20 12 23
Octal 151 132 111 0 16 36 73 40 22 43
Binary 1101001 1011010 1001001 0 1110 11110 111011 100000 10010 100011

Color Harmonies of #695A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A49

Black with #695A49

Text Example


Text Example

White with #695A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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