#74635B

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

Shades of Dorado #74635B

Tints of Dorado #74635B

Color information

#74635B (or 0x74635B) is unknown color: approx Dorado. HEX triplet: 74, 63 and 5B. RGB value is (116,99,91). Sum of RGB (Red+Green+Blue) = 116+99+91=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635B is #8B9CA4. Grayscale: #676767. Windows color (decimal): -9149605 or 5989236. OLE color: 5989236.

HSL color Cylindrical-coordinate representation of color #74635B: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74635B is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1169991-
CMYK00.150.220.55
HSL19.2º12.08%40.59%-
HSV(B)19.2º21.55%45.49%-
XYZ13.5513.3911.77-
YUV103.17121.13137.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=37.91%
G=32.35%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116999100.150.220.5519.212.0840.59
Hex74635B0F163713c29
Octal1641431330172667231451
Binary1110100110001110110110111110110110111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74635B; }

 p { color: rgb(116,99,91); }

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

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

 a { background-color: rgb(116,99,91); }

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

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

 span { border-color: rgb(116,99,91); }

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