#67605E

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

Shades of Dorado #67605E

Tints of Dorado #67605E

Color information

#67605E (or 0x67605E) is unknown color: approx Dorado. HEX triplet: 67, 60 and 5E. RGB value is (103,96,94). Sum of RGB (Red+Green+Blue) = 103+96+94=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #67605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67605E is #989FA1. Grayscale: #616161. Windows color (decimal): -10002338 or 6185063. OLE color: 6185063.

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

Color convert

RGB1039694-
CMYK00.070.090.60
HSL13.33º4.57%38.63%-
HSV(B)13.33º8.74%40.39%-
XYZ11.812.0612.3-
YUV97.86125.82131.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.15%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=35.15%
G=32.76%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103969400.070.090.6013.334.5738.63
Hex67605E0793Cd527
Octal14714013607117415547
Binary110011111000001011110011110011111001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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