Html Css Color HEX #76693A Yellow Metal

📋 copy color: '#76693A'

red 118 ◦ green 105 ◦ blue 58

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

Shades of Yellow Metal #76693A

Tints of Yellow Metal #76693A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 41.99%
G = 37.37%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76693A (or 0x76693A) is known color: Yellow Metal. HEX triplet: 76, 69 and 3A. RGB value is (118,105,58). Sum of RGB (Red+Green+Blue) = 118+105+58=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76693A is #8996C5. Grayscale: #676767. Windows color (decimal): -9017030 or 3828086. OLE color: 3828086.

HSL color Cylindrical-coordinate representation of color #76693A: hue angle of 47º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76693A is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 58 -
CMYK 0 0.11 0.51 0.54
HSL 47º 0.34% 0.35% -
HSV(B) 47º 0.51% 0.46% -
XYZ 13.29 14.26 6.06 -
YUV 103.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 118 105 58 0 0.11 0.51 0.54 47 0.34 0.35
Hex 76 69 3A 0 B 33 36 2F 22 23
Octal 166 151 72 0 13 63 66 57 42 43
Binary 1110110 1101001 111010 0 1011 110011 110110 101111 100010 100011

Color Harmonies of #76693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76693A

Black with #76693A

Text Example


Text Example

White with #76693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76693A; }

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

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

background-color css

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

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

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

border-color css

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

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

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