Html Css Color HEX #74635A Dorado

📋 copy color: '#74635A'

red 116 ◦ green 99 ◦ blue 90

#74635A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #74635A

Tints of Dorado #74635A

RGB

 RED value IS 116 (45.7% 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 value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74635A (or 0x74635A) is known color: 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

RGB 116 99 90 -
CMYK 0 0.15 0.22 0.55
HSL 20.77º 0.13% 0.4% -
HSV(B) 20.77º 0.22% 0.45% -
XYZ 13.51 13.37 11.54 -
YUV 103.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 116 99 90 0 0.15 0.22 0.55 20.77 0.13 0.4
Hex 74 63 5A 0 F 16 37 15 D 28
Octal 164 143 132 0 17 26 67 25 15 50
Binary 1110100 1100011 1011010 0 1111 10110 110111 10101 1101 101000

Color Harmonies of #74635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74635A

Black with #74635A

Text Example


Text Example

White with #74635A

Text Example


Text Example

HTML Codes & Css Web 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>