#695848

Color #695848 Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #695848

Tints of Domino #695848

Color information

#695848 (or 0x695848) is unknown color: approx Domino. HEX triplet: 69, 58 and 48. RGB value is (105,88,72). Sum of RGB (Red+Green+Blue) = 105+88+72=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #695848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695848 is #96A7B7. Grayscale: #5B5B5B. Windows color (decimal): -9873336 or 4741225. OLE color: 4741225.

HSL color Cylindrical-coordinate representation of color #695848: hue angle of 29.09º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695848 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1058872-
CMYK00.160.310.59
HSL29.09º18.64%34.71%-
HSV(B)29.09º31.43%41.18%-
XYZ10.4910.457.6-
YUV91.26117.13137.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=39.62%
G=33.21%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105887200.160.310.5929.0918.6434.71
Hex6958480101F3B1d1323
Octal1511301100203773352343
Binary110100110110001001000010000111111110111110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695848; }

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

 H1.HeaderClassName
 {
   color: #695848;
 }
 .AnyTagClassName
 {
   color: #695848;
 }
</style>
background-color css

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

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

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

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

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

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