#675852

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

Shades of Dorado #675852

Tints of Dorado #675852

Color information

#675852 (or 0x675852) is unknown color: approx Dorado. HEX triplet: 67, 58 and 52. RGB value is (103,88,82). Sum of RGB (Red+Green+Blue) = 103+88+82=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #675852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675852 is #98A7AD. Grayscale: #5B5B5B. Windows color (decimal): -10004398 or 5396583. OLE color: 5396583.

HSL color Cylindrical-coordinate representation of color #675852: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675852 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1038882-
CMYK00.150.200.60
HSL17.14º11.35%36.27%-
HSV(B)17.14º20.39%40.39%-
XYZ10.6110.479.44-
YUV91.8122.47135.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=37.73%
G=32.23%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103888200.150.200.6017.1411.3536.27
Hex6758520F143C11b24
Octal1471301220172474211344
Binary1100111101100010100100111110100111100100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675852; }

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

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

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

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

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

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

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

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