Html Css Color HEX #765E10 Yukon Gold

📋 copy color: '#765E10'

red 118 ◦ green 94 ◦ blue 16

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

Shades of Yukon Gold #765E10

Tints of Yukon Gold #765E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.23%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 51.75%
G = 41.23%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#765E10 (or 0x765E10) is known color: Yukon Gold. HEX triplet: 76, 5E and 10. RGB value is (118,94,16). Sum of RGB (Red+Green+Blue) = 118+94+16=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #765E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E10 is #89A1EF. Grayscale: #5C5C5C. Windows color (decimal): -9019888 or 1072758. OLE color: 1072758.

HSL color Cylindrical-coordinate representation of color #765E10: hue angle of 45.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765E10 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 16 -
CMYK 0 0.20 0.86 0.54
HSL 45.88º 0.76% 0.26% -
HSV(B) 45.88º 0.86% 0.46% -
XYZ 11.57 11.89 2.18 -
YUV 92.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 118 94 16 0 0.20 0.86 0.54 45.88 0.76 0.26
Hex 76 5E 10 0 14 56 36 2E 4C 1A
Octal 166 136 20 0 24 126 66 56 114 32
Binary 1110110 1011110 10000 0 10100 1010110 110110 101110 1001100 11010

Color Harmonies of #765E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E10

Black with #765E10

Text Example


Text Example

White with #765E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E10; }

 p { color: rgb(118,94,16); }

 H1.HeaderClassName
 {
   color: #765E10;
 }
 .AnyTagClassName
 {
   color: #765E10;
 }
</style>

background-color css

<style>
 a { background-color: #765E10; }

 a { background-color: rgb(118,94,16); }

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

border-color css

<style>
 span { border-color: #765E10; }

 span { border-color: rgb(118,94,16); }

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