Html Css Color HEX #766443 Yellow Metal

📋 copy color: '#766443'

red 118 ◦ green 100 ◦ blue 67

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

Shades of Yellow Metal #766443

Tints of Yellow Metal #766443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 41.4%
G = 35.09%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#766443 (or 0x766443) is known color: Yellow Metal. HEX triplet: 76, 64 and 43. RGB value is (118,100,67). Sum of RGB (Red+Green+Blue) = 118+100+67=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #766443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766443 is #899BBC. Grayscale: #656565. Windows color (decimal): -9018301 or 4416630. OLE color: 4416630.

HSL color Cylindrical-coordinate representation of color #766443: hue angle of 38.82º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766443 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 67 -
CMYK 0 0.15 0.43 0.54
HSL 38.82º 0.28% 0.36% -
HSV(B) 38.82º 0.43% 0.46% -
XYZ 13.04 13.37 7.2 -
YUV 101.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 118 100 67 0 0.15 0.43 0.54 38.82 0.28 0.36
Hex 76 64 43 0 F 2B 36 27 1C 24
Octal 166 144 103 0 17 53 66 47 34 44
Binary 1110110 1100100 1000011 0 1111 101011 110110 100111 11100 100100

Color Harmonies of #766443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766443

Black with #766443

Text Example


Text Example

White with #766443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766443; }

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

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

background-color css

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

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

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

border-color css

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

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

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