#74635A

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

Shades of Dorado #74635A

Tints of Dorado #74635A

Color information

#74635A (or 0x74635A) is unknown color: approx Dorado. HEX triplet: 74, 63 and 5A. RGB value is (116,99,90). Sum of RGB (Red+Green+Blue) = 116+99+90=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635A is #8B9CA5. Grayscale: #676767. Windows color (decimal): -9149606 or 5923700. OLE color: 5923700.

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

Color convert

RGB1169990-
CMYK00.150.220.55
HSL20.77º12.62%40.39%-
HSV(B)20.77º22.41%45.49%-
XYZ13.5113.3711.54-
YUV103.06120.63137.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=38.03%
G=32.46%
B=29.51%

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
Decimal116999000.150.220.5520.7712.6240.39
Hex74635A0F163715d28
Octal1641431320172667251550
Binary1110100110001110110100111110110110111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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