Html Css Color HEX #76611B Yukon Gold

📋 copy color: '#76611B'

red 118 ◦ green 97 ◦ blue 27

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

Shades of Yukon Gold #76611B

Tints of Yukon Gold #76611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 48.76%
G = 40.08%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#76611B (or 0x76611B) is known color: Yukon Gold. HEX triplet: 76, 61 and 1B. RGB value is (118,97,27). Sum of RGB (Red+Green+Blue) = 118+97+27=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76611B is #899EE4. Grayscale: #5F5F5F. Windows color (decimal): -9019109 or 1794422. OLE color: 1794422.

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

Color convert

RGB 118 97 27 -
CMYK 0 0.18 0.77 0.54
HSL 46.15º 0.63% 0.28% -
HSV(B) 46.15º 0.77% 0.46% -
XYZ 11.94 12.48 2.82 -
YUV 95.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 118 97 27 0 0.18 0.77 0.54 46.15 0.63 0.28
Hex 76 61 1B 0 12 4D 36 2E 3F 1C
Octal 166 141 33 0 22 115 66 56 77 34
Binary 1110110 1100001 11011 0 10010 1001101 110110 101110 111111 11100

Color Harmonies of #76611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76611B

Black with #76611B

Text Example


Text Example

White with #76611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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