Html Css Color HEX #76681D Yukon Gold

📋 copy color: '#76681D'

red 118 ◦ green 104 ◦ blue 29

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

Shades of Yukon Gold #76681D

Tints of Yukon Gold #76681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.43%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 47.01%
G = 41.43%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76681D (or 0x76681D) is known color: Yukon Gold. HEX triplet: 76, 68 and 1D. RGB value is (118,104,29). Sum of RGB (Red+Green+Blue) = 118+104+29=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76681D is #8997E2. Grayscale: #636363. Windows color (decimal): -9017315 or 1927286. OLE color: 1927286.

HSL color Cylindrical-coordinate representation of color #76681D: hue angle of 50.56º degrees, saturation: 0.61, 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 #76681D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 29 -
CMYK 0 0.12 0.75 0.54
HSL 50.56º 0.61% 0.29% -
HSV(B) 50.56º 0.75% 0.46% -
XYZ 12.64 13.84 3.17 -
YUV 99.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 118 104 29 0 0.12 0.75 0.54 50.56 0.61 0.29
Hex 76 68 1D 0 C 4B 36 33 3D 1D
Octal 166 150 35 0 14 113 66 63 75 35
Binary 1110110 1101000 11101 0 1100 1001011 110110 110011 111101 11101

Color Harmonies of #76681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76681D

Black with #76681D

Text Example


Text Example

White with #76681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76681D; }

 p { color: rgb(118,104,29); }

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

background-color css

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

 a { background-color: rgb(118,104,29); }

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

border-color css

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

 span { border-color: rgb(118,104,29); }

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