Html Css Color HEX #76633F Yellow Metal

📋 copy color: '#76633F'

red 118 ◦ green 99 ◦ blue 63

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

Shades of Yellow Metal #76633F

Tints of Yellow Metal #76633F

RGB

 RED value IS 118 (46.48% from 255) = 42.14%

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 42.14%
G = 35.36%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76633F (or 0x76633F) is known color: Yellow Metal. HEX triplet: 76, 63 and 3F. RGB value is (118,99,63). Sum of RGB (Red+Green+Blue) = 118+99+63=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76633F is #899CC0. Grayscale: #646464. Windows color (decimal): -9018561 or 4154230. OLE color: 4154230.

HSL color Cylindrical-coordinate representation of color #76633F: hue angle of 39.27º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76633F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 63 -
CMYK 0 0.16 0.47 0.54
HSL 39.27º 0.3% 0.35% -
HSV(B) 39.27º 0.47% 0.46% -
XYZ 12.83 13.13 6.56 -
YUV 100.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 118 99 63 0 0.16 0.47 0.54 39.27 0.3 0.35
Hex 76 63 3F 0 10 2F 36 27 1E 23
Octal 166 143 77 0 20 57 66 47 36 43
Binary 1110110 1100011 111111 0 10000 101111 110110 100111 11110 100011

Color Harmonies of #76633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76633F

Black with #76633F

Text Example


Text Example

White with #76633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76633F; }

 p { color: rgb(118,99,63); }

 H1.HeaderClassName
 {
   color: #76633F;
 }
 .AnyTagClassName
 {
   color: #76633F;
 }
</style>

background-color css

<style>
 a { background-color: #76633F; }

 a { background-color: rgb(118,99,63); }

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

border-color css

<style>
 span { border-color: #76633F; }

 span { border-color: rgb(118,99,63); }

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