Html Css Color HEX #74635B Dorado

📋 copy color: '#74635B'

red 116 ◦ green 99 ◦ blue 91

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

Shades of Dorado #74635B

Tints of Dorado #74635B

RGB

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

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

RGB 116 99 91 -
CMYK 0 0.15 0.22 0.55
HSL 19.2º 0.12% 0.41% -
HSV(B) 19.2º 0.22% 0.45% -
XYZ 13.55 13.39 11.77 -
YUV 103.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 116 99 91 0 0.15 0.22 0.55 19.2 0.12 0.41
Hex 74 63 5B 0 F 16 37 13 C 29
Octal 164 143 133 0 17 26 67 23 14 51
Binary 1110100 1100011 1011011 0 1111 10110 110111 10011 1100 101001

Color Harmonies of #74635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74635B

Black with #74635B

Text Example


Text Example

White with #74635B

Text Example


Text Example

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