Html Css Color HEX #76693B Yellow Metal

📋 copy color: '#76693B'

red 118 ◦ green 105 ◦ blue 59

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

Shades of Yellow Metal #76693B

Tints of Yellow Metal #76693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 41.84%
G = 37.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76693B (or 0x76693B) is known color: Yellow Metal. HEX triplet: 76, 69 and 3B. RGB value is (118,105,59). Sum of RGB (Red+Green+Blue) = 118+105+59=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #76693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76693B is #8996C4. Grayscale: #676767. Windows color (decimal): -9017029 or 3893622. OLE color: 3893622.

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

Color convert

RGB 118 105 59 -
CMYK 0 0.11 0.50 0.54
HSL 46.78º 0.33% 0.35% -
HSV(B) 46.78º 0.5% 0.46% -
XYZ 13.31 14.27 6.19 -
YUV 103.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 118 105 59 0 0.11 0.50 0.54 46.78 0.33 0.35
Hex 76 69 3B 0 B 32 36 2F 21 23
Octal 166 151 73 0 13 62 66 57 41 43
Binary 1110110 1101001 111011 0 1011 110010 110110 101111 100001 100011

Color Harmonies of #76693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76693B

Black with #76693B

Text Example


Text Example

White with #76693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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