#695852

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

Shades of Dorado #695852

Tints of Dorado #695852

Color information

#695852 (or 0x695852) is unknown color: approx Dorado. HEX triplet: 69, 58 and 52. RGB value is (105,88,82). Sum of RGB (Red+Green+Blue) = 105+88+82=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695852 is #96A7AD. Grayscale: #5C5C5C. Windows color (decimal): -9873326 or 5396585. OLE color: 5396585.

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

Color convert

RGB1058882-
CMYK00.160.220.59
HSL15.65º12.3%36.67%-
HSV(B)15.65º21.9%41.18%-
XYZ10.8410.599.46-
YUV92.4122.13136.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=38.18%
G=32%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105888200.160.220.5915.6512.336.67
Hex695852010163B10c25
Octal1511301220202673201445
Binary11010011011000101001001000010110111011100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695852; }

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

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

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

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

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

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

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

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