#695850

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

Shades of Dorado #695850

Tints of Dorado #695850

Color information

#695850 (or 0x695850) is unknown color: approx Dorado. HEX triplet: 69, 58 and 50. RGB value is (105,88,80). Sum of RGB (Red+Green+Blue) = 105+88+80=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #695850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695850 is #96A7AF. Grayscale: #5C5C5C. Windows color (decimal): -9873328 or 5265513. OLE color: 5265513.

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

Color convert

RGB1058880-
CMYK00.160.240.59
HSL19.2º13.51%36.27%-
HSV(B)19.2º23.81%41.18%-
XYZ10.7610.569.06-
YUV92.17121.13137.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=38.46%
G=32.23%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105888000.160.240.5919.213.5136.27
Hex695850010183B13e24
Octal1511301200203073231644
Binary11010011011000101000001000011000111011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695850; }

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

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

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

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

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

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

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

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