#68615C

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

Shades of Dorado #68615C

Tints of Dorado #68615C

Color information

#68615C (or 0x68615C) is unknown color: approx Dorado. HEX triplet: 68, 61 and 5C. RGB value is (104,97,92). Sum of RGB (Red+Green+Blue) = 104+97+92=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #68615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615C is #979EA3. Grayscale: #626262. Windows color (decimal): -9936548 or 6054248. OLE color: 6054248.

HSL color Cylindrical-coordinate representation of color #68615C: hue angle of 25º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68615C is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1049792-
CMYK00.070.120.59
HSL25º6.12%38.43%-
HSV(B)25º11.54%40.78%-
XYZ11.9212.2711.86-
YUV98.52124.32131.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=35.49%
G=33.11%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104979200.070.120.59256.1238.43
Hex68615C07C3B19626
Octal15014113407147331646
Binary1101000110000110111000111110011101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68615C; }

 p { color: rgb(104,97,92); }

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

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

 a { background-color: rgb(104,97,92); }

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

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

 span { border-color: rgb(104,97,92); }

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