Html Css Color HEX #766638 Yellow Metal

📋 copy color: '#766638'

red 118 ◦ green 102 ◦ blue 56

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

Shades of Yellow Metal #766638

Tints of Yellow Metal #766638

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 42.75%
G = 36.96%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#766638 (or 0x766638) is known color: Yellow Metal. HEX triplet: 76, 66 and 38. RGB value is (118,102,56). Sum of RGB (Red+Green+Blue) = 118+102+56=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #766638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766638 is #8999C7. Grayscale: #656565. Windows color (decimal): -9017800 or 3696246. OLE color: 3696246.

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

Color convert

RGB 118 102 56 -
CMYK 0 0.14 0.53 0.54
HSL 44.52º 0.36% 0.34% -
HSV(B) 44.52º 0.53% 0.46% -
XYZ 12.94 13.64 5.69 -
YUV 101.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 118 102 56 0 0.14 0.53 0.54 44.52 0.36 0.34
Hex 76 66 38 0 E 35 36 2D 24 22
Octal 166 146 70 0 16 65 66 55 44 42
Binary 1110110 1100110 111000 0 1110 110101 110110 101101 100100 100010

Color Harmonies of #766638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766638

Black with #766638

Text Example


Text Example

White with #766638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766638; }

 p { color: rgb(118,102,56); }

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

background-color css

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

 a { background-color: rgb(118,102,56); }

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

border-color css

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

 span { border-color: rgb(118,102,56); }

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