Html Css Color HEX #76633D Yellow Metal

📋 copy color: '#76633D'

red 118 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #76633D

Tints of Yellow Metal #76633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.94%

R = 42.45%
G = 35.61%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76633D (or 0x76633D) is known color: Yellow Metal. HEX triplet: 76, 63 and 3D. RGB value is (118,99,61). Sum of RGB (Red+Green+Blue) = 118+99+61=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76633D is #899CC2. Grayscale: #646464. Windows color (decimal): -9018563 or 4023158. OLE color: 4023158.

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

Color convert

RGB 118 99 61 -
CMYK 0 0.16 0.48 0.54
HSL 40º 0.32% 0.35% -
HSV(B) 40º 0.48% 0.46% -
XYZ 12.78 13.11 6.27 -
YUV 100.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 118 99 61 0 0.16 0.48 0.54 40 0.32 0.35
Hex 76 63 3D 0 10 30 36 28 20 23
Octal 166 143 75 0 20 60 66 50 40 43
Binary 1110110 1100011 111101 0 10000 110000 110110 101000 100000 100011

Color Harmonies of #76633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76633D

Black with #76633D

Text Example


Text Example

White with #76633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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