Html Css Color HEX #76643D Yellow Metal

📋 copy color: '#76643D'

red 118 ◦ green 100 ◦ blue 61

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

Shades of Yellow Metal #76643D

Tints of Yellow Metal #76643D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 42.29%
G = 35.84%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76643D (or 0x76643D) is known color: Yellow Metal. HEX triplet: 76, 64 and 3D. RGB value is (118,100,61). Sum of RGB (Red+Green+Blue) = 118+100+61=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76643D is #899BC2. Grayscale: #656565. Windows color (decimal): -9018307 or 4023414. OLE color: 4023414.

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

Color convert

RGB 118 100 61 -
CMYK 0 0.15 0.48 0.54
HSL 41.05º 0.32% 0.35% -
HSV(B) 41.05º 0.48% 0.46% -
XYZ 12.87 13.3 6.3 -
YUV 100.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 118 100 61 0 0.15 0.48 0.54 41.05 0.32 0.35
Hex 76 64 3D 0 F 30 36 29 20 23
Octal 166 144 75 0 17 60 66 51 40 43
Binary 1110110 1100100 111101 0 1111 110000 110110 101001 100000 100011

Color Harmonies of #76643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76643D

Black with #76643D

Text Example


Text Example

White with #76643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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