Html Css Color HEX #76693D Yellow Metal

📋 copy color: '#76693D'

red 118 ◦ green 105 ◦ blue 61

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

Shades of Yellow Metal #76693D

Tints of Yellow Metal #76693D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 41.55%
G = 36.97%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76693D (or 0x76693D) is known color: Yellow Metal. HEX triplet: 76, 69 and 3D. RGB value is (118,105,61). Sum of RGB (Red+Green+Blue) = 118+105+61=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76693D is #8996C2. Grayscale: #686868. Windows color (decimal): -9017027 or 4024694. OLE color: 4024694.

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

Color convert

RGB 118 105 61 -
CMYK 0 0.11 0.48 0.54
HSL 46.32º 0.32% 0.35% -
HSV(B) 46.32º 0.48% 0.46% -
XYZ 13.37 14.29 6.47 -
YUV 103.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 118 105 61 0 0.11 0.48 0.54 46.32 0.32 0.35
Hex 76 69 3D 0 B 30 36 2E 20 23
Octal 166 151 75 0 13 60 66 56 40 43
Binary 1110110 1101001 111101 0 1011 110000 110110 101110 100000 100011

Color Harmonies of #76693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76693D

Black with #76693D

Text Example


Text Example

White with #76693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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