Html Css Color HEX #766341 Yellow Metal

📋 copy color: '#766341'

red 118 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #766341

Tints of Yellow Metal #766341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 41.84%
G = 35.11%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#766341 (or 0x766341) is known color: Yellow Metal. HEX triplet: 76, 63 and 41. RGB value is (118,99,65). Sum of RGB (Red+Green+Blue) = 118+99+65=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766341 is #899CBE. Grayscale: #646464. Windows color (decimal): -9018559 or 4285302. OLE color: 4285302.

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

Color convert

RGB 118 99 65 -
CMYK 0 0.16 0.45 0.54
HSL 38.49º 0.29% 0.36% -
HSV(B) 38.49º 0.45% 0.46% -
XYZ 12.89 13.16 6.86 -
YUV 100.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 118 99 65 0 0.16 0.45 0.54 38.49 0.29 0.36
Hex 76 63 41 0 10 2D 36 26 1D 24
Octal 166 143 101 0 20 55 66 46 35 44
Binary 1110110 1100011 1000001 0 10000 101101 110110 100110 11101 100100

Color Harmonies of #766341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766341

Black with #766341

Text Example


Text Example

White with #766341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766341; }

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

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

background-color css

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

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

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

border-color css

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

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

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