Html Css Color HEX #74633E Yellow Metal

📋 copy color: '#74633E'

red 116 ◦ green 99 ◦ blue 62

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

Shades of Yellow Metal #74633E

Tints of Yellow Metal #74633E

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 41.88%
G = 35.74%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74633E (or 0x74633E) is known color: Yellow Metal. HEX triplet: 74, 63 and 3E. RGB value is (116,99,62). Sum of RGB (Red+Green+Blue) = 116+99+62=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #74633E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74633E is #8B9CC1. Grayscale: #646464. Windows color (decimal): -9149634 or 4088692. OLE color: 4088692.

HSL color Cylindrical-coordinate representation of color #74633E: hue angle of 41.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74633E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 62 -
CMYK 0 0.15 0.47 0.55
HSL 41.11º 0.3% 0.35% -
HSV(B) 41.11º 0.47% 0.45% -
XYZ 12.53 12.98 6.4 -
YUV 99.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 116 99 62 0 0.15 0.47 0.55 41.11 0.3 0.35
Hex 74 63 3E 0 F 2F 37 29 1E 23
Octal 164 143 76 0 17 57 67 51 36 43
Binary 1110100 1100011 111110 0 1111 101111 110111 101001 11110 100011

Color Harmonies of #74633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74633E

Black with #74633E

Text Example


Text Example

White with #74633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74633E;
 }
 .AnyTagClassName
 {
   color: #74633E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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