Html Css Color HEX #76601A Yukon Gold

📋 copy color: '#76601A'

red 118 ◦ green 96 ◦ blue 26

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

Shades of Yukon Gold #76601A

Tints of Yukon Gold #76601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 49.17%
G = 40%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76601A (or 0x76601A) is known color: Yukon Gold. HEX triplet: 76, 60 and 1A. RGB value is (118,96,26). Sum of RGB (Red+Green+Blue) = 118+96+26=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #76601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601A is #899FE5. Grayscale: #5E5E5E. Windows color (decimal): -9019366 or 1728630. OLE color: 1728630.

HSL color Cylindrical-coordinate representation of color #76601A: hue angle of 45.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76601A is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 26 -
CMYK 0 0.19 0.78 0.54
HSL 45.65º 0.64% 0.28% -
HSV(B) 45.65º 0.78% 0.46% -
XYZ 11.84 12.29 2.73 -
YUV 94.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 118 96 26 0 0.19 0.78 0.54 45.65 0.64 0.28
Hex 76 60 1A 0 13 4E 36 2E 40 1C
Octal 166 140 32 0 23 116 66 56 100 34
Binary 1110110 1100000 11010 0 10011 1001110 110110 101110 1000000 11100

Color Harmonies of #76601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76601A

Black with #76601A

Text Example


Text Example

White with #76601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,96,26); }

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

background-color css

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

 a { background-color: rgb(118,96,26); }

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

border-color css

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

 span { border-color: rgb(118,96,26); }

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