Html Css Color HEX #76611E Yukon Gold

📋 copy color: '#76611E'

red 118 ◦ green 97 ◦ blue 30

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

Shades of Yukon Gold #76611E

Tints of Yukon Gold #76611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 48.16%
G = 39.59%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76611E (or 0x76611E) is known color: Yukon Gold. HEX triplet: 76, 61 and 1E. RGB value is (118,97,30). Sum of RGB (Red+Green+Blue) = 118+97+30=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76611E is #899EE1. Grayscale: #5F5F5F. Windows color (decimal): -9019106 or 1991030. OLE color: 1991030.

HSL color Cylindrical-coordinate representation of color #76611E: hue angle of 45.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76611E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 30 -
CMYK 0 0.18 0.75 0.54
HSL 45.68º 0.59% 0.29% -
HSV(B) 45.68º 0.75% 0.46% -
XYZ 11.98 12.49 3.01 -
YUV 95.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 118 97 30 0 0.18 0.75 0.54 45.68 0.59 0.29
Hex 76 61 1E 0 12 4B 36 2E 3B 1D
Octal 166 141 36 0 22 113 66 56 73 35
Binary 1110110 1100001 11110 0 10010 1001011 110110 101110 111011 11101

Color Harmonies of #76611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76611E

Black with #76611E

Text Example


Text Example

White with #76611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76611E; }

 p { color: rgb(118,97,30); }

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

background-color css

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

 a { background-color: rgb(118,97,30); }

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

border-color css

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

 span { border-color: rgb(118,97,30); }

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