Html Css Color HEX #76623D Yellow Metal

📋 copy color: '#76623D'

red 118 ◦ green 98 ◦ blue 61

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

Shades of Yellow Metal #76623D

Tints of Yellow Metal #76623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.38%

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

R = 42.6%
G = 35.38%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76623D (or 0x76623D) is known color: Yellow Metal. HEX triplet: 76, 62 and 3D. RGB value is (118,98,61). Sum of RGB (Red+Green+Blue) = 118+98+61=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76623D is #899DC2. Grayscale: #636363. Windows color (decimal): -9018819 or 4022902. OLE color: 4022902.

HSL color Cylindrical-coordinate representation of color #76623D: hue angle of 38.95º 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 #76623D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 61 -
CMYK 0 0.17 0.48 0.54
HSL 38.95º 0.32% 0.35% -
HSV(B) 38.95º 0.48% 0.46% -
XYZ 12.68 12.92 6.24 -
YUV 99.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 118 98 61 0 0.17 0.48 0.54 38.95 0.32 0.35
Hex 76 62 3D 0 11 30 36 27 20 23
Octal 166 142 75 0 21 60 66 47 40 43
Binary 1110110 1100010 111101 0 10001 110000 110110 100111 100000 100011

Color Harmonies of #76623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76623D

Black with #76623D

Text Example


Text Example

White with #76623D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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