#68635F

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

Shades of Dorado #68635F

Tints of Dorado #68635F

Color information

#68635F (or 0x68635F) is unknown color: approx Dorado. HEX triplet: 68, 63 and 5F. RGB value is (104,99,95). Sum of RGB (Red+Green+Blue) = 104+99+95=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68635F is #979CA0. Grayscale: #646464. Windows color (decimal): -9936033 or 6251368. OLE color: 6251368.

HSL color Cylindrical-coordinate representation of color #68635F: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68635F is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1049995-
CMYK00.050.090.59
HSL26.67º4.52%39.02%-
HSV(B)26.67º8.65%40.78%-
XYZ12.2412.6912.63-
YUV100.04125.16130.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 95 (37.5% from 255) = 31.88%
R=34.90%
G=33.22%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104999500.050.090.5926.674.5239.02
Hex68635F0593B1b527
Octal15014313705117333547
Binary1101000110001110111110101100111101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68635F; }

 p { color: rgb(104,99,95); }

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

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

 a { background-color: rgb(104,99,95); }

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

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

 span { border-color: rgb(104,99,95); }

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