Html Css Color HEX #76681C Yukon Gold

📋 copy color: '#76681C'

red 118 ◦ green 104 ◦ blue 28

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

Shades of Yukon Gold #76681C

Tints of Yukon Gold #76681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 47.2%
G = 41.6%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76681C (or 0x76681C) is known color: Yukon Gold. HEX triplet: 76, 68 and 1C. RGB value is (118,104,28). Sum of RGB (Red+Green+Blue) = 118+104+28=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76681C is #8997E3. Grayscale: #636363. Windows color (decimal): -9017316 or 1861750. OLE color: 1861750.

HSL color Cylindrical-coordinate representation of color #76681C: hue angle of 50.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76681C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 28 -
CMYK 0 0.12 0.76 0.54
HSL 50.67º 0.62% 0.29% -
HSV(B) 50.67º 0.76% 0.46% -
XYZ 12.63 13.84 3.1 -
YUV 99.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 118 104 28 0 0.12 0.76 0.54 50.67 0.62 0.29
Hex 76 68 1C 0 C 4C 36 33 3E 1D
Octal 166 150 34 0 14 114 66 63 76 35
Binary 1110110 1101000 11100 0 1100 1001100 110110 110011 111110 11101

Color Harmonies of #76681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76681C

Black with #76681C

Text Example


Text Example

White with #76681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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