#67605C

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

Shades of Dorado #67605C

Tints of Dorado #67605C

Color information

#67605C (or 0x67605C) is unknown color: approx Dorado. HEX triplet: 67, 60 and 5C. RGB value is (103,96,92). Sum of RGB (Red+Green+Blue) = 103+96+92=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #67605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67605C is #989FA3. Grayscale: #616161. Windows color (decimal): -10002340 or 6053991. OLE color: 6053991.

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

Color convert

RGB1039692-
CMYK00.070.110.60
HSL21.82º5.64%38.24%-
HSV(B)21.82º10.68%40.39%-
XYZ11.7112.0211.83-
YUV97.64124.82131.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=35.40%
G=32.99%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103969200.070.110.6021.825.6438.24
Hex67605C07B3C16626
Octal14714013407137426646
Binary1100111110000010111000111101111110010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,96,92); }

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

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

 a { background-color: rgb(103,96,92); }

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

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

 span { border-color: rgb(103,96,92); }

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