Html Css Color HEX #76601F Yukon Gold

📋 copy color: '#76601F'

red 118 ◦ green 96 ◦ blue 31

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

Shades of Yukon Gold #76601F

Tints of Yukon Gold #76601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 48.16%
G = 39.18%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76601F (or 0x76601F) is known color: Yukon Gold. HEX triplet: 76, 60 and 1F. RGB value is (118,96,31). Sum of RGB (Red+Green+Blue) = 118+96+31=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601F is #899FE0. Grayscale: #5F5F5F. Windows color (decimal): -9019361 or 2056310. OLE color: 2056310.

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

Color convert

RGB 118 96 31 -
CMYK 0 0.19 0.74 0.54
HSL 44.83º 0.58% 0.29% -
HSV(B) 44.83º 0.74% 0.46% -
XYZ 11.9 12.32 3.05 -
YUV 95.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 118 96 31 0 0.19 0.74 0.54 44.83 0.58 0.29
Hex 76 60 1F 0 13 4A 36 2D 3A 1D
Octal 166 140 37 0 23 112 66 55 72 35
Binary 1110110 1100000 11111 0 10011 1001010 110110 101101 111010 11101

Color Harmonies of #76601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76601F

Black with #76601F

Text Example


Text Example

White with #76601F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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