Html Css Color HEX #766103 Yukon Gold

📋 copy color: '#766103'

red 118 ◦ green 97 ◦ blue 3

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

Shades of Yukon Gold #766103

Tints of Yukon Gold #766103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 54.13%
G = 44.5%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766103 (or 0x766103) is known color: Yukon Gold. HEX triplet: 76, 61 and 03. RGB value is (118,97,3). Sum of RGB (Red+Green+Blue) = 118+97+3=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766103 is #899EFC. Grayscale: #5C5C5C. Windows color (decimal): -9019133 or 221558. OLE color: 221558.

HSL color Cylindrical-coordinate representation of color #766103: hue angle of 49.04º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #766103 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 3 -
CMYK 0 0.18 0.97 0.54
HSL 49.04º 0.95% 0.24% -
HSV(B) 49.04º 0.97% 0.46% -
XYZ 11.76 12.41 1.86 -
YUV 92.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 118 97 3 0 0.18 0.97 0.54 49.04 0.95 0.24
Hex 76 61 3 0 12 61 36 31 5F 18
Octal 166 141 3 0 22 141 66 61 137 30
Binary 1110110 1100001 11 0 10010 1100001 110110 110001 1011111 11000

Color Harmonies of #766103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766103

Black with #766103

Text Example


Text Example

White with #766103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766103; }

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

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

background-color css

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

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

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

border-color css

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

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

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