Html Css Color HEX #766943 Yellow Metal

📋 copy color: '#766943'

red 118 ◦ green 105 ◦ blue 67

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

Shades of Yellow Metal #766943

Tints of Yellow Metal #766943

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

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

R = 40.69%
G = 36.21%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#766943 (or 0x766943) is known color: Yellow Metal. HEX triplet: 76, 69 and 43. RGB value is (118,105,67). Sum of RGB (Red+Green+Blue) = 118+105+67=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766943 is #8996BC. Grayscale: #686868. Windows color (decimal): -9017021 or 4417910. OLE color: 4417910.

HSL color Cylindrical-coordinate representation of color #766943: hue angle of 44.71º 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 #766943 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 67 -
CMYK 0 0.11 0.43 0.54
HSL 44.71º 0.28% 0.36% -
HSV(B) 44.71º 0.43% 0.46% -
XYZ 13.54 14.36 7.37 -
YUV 104.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 118 105 67 0 0.11 0.43 0.54 44.71 0.28 0.36
Hex 76 69 43 0 B 2B 36 2D 1C 24
Octal 166 151 103 0 13 53 66 55 34 44
Binary 1110110 1101001 1000011 0 1011 101011 110110 101101 11100 100100

Color Harmonies of #766943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766943

Black with #766943

Text Example


Text Example

White with #766943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766943; }

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

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

background-color css

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

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

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

border-color css

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

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

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