Html Css Color HEX #766521 Yukon Gold

📋 copy color: '#766521'

red 118 ◦ green 101 ◦ blue 33

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

Shades of Yukon Gold #766521

Tints of Yukon Gold #766521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 46.83%
G = 40.08%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#766521 (or 0x766521) is known color: Yukon Gold. HEX triplet: 76, 65 and 21. RGB value is (118,101,33). Sum of RGB (Red+Green+Blue) = 118+101+33=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766521 is #899ADE. Grayscale: #626262. Windows color (decimal): -9018079 or 2188662. OLE color: 2188662.

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

Color convert

RGB 118 101 33 -
CMYK 0 0.14 0.72 0.54
HSL 48º 0.56% 0.3% -
HSV(B) 48º 0.72% 0.46% -
XYZ 12.4 13.27 3.35 -
YUV 98.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 118 101 33 0 0.14 0.72 0.54 48 0.56 0.3
Hex 76 65 21 0 E 48 36 30 38 1E
Octal 166 145 41 0 16 110 66 60 70 36
Binary 1110110 1100101 100001 0 1110 1001000 110110 110000 111000 11110

Color Harmonies of #766521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766521

Black with #766521

Text Example


Text Example

White with #766521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766521; }

 p { color: rgb(118,101,33); }

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

background-color css

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

 a { background-color: rgb(118,101,33); }

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

border-color css

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

 span { border-color: rgb(118,101,33); }

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