Html Css Color HEX #766303 Yukon Gold

📋 copy color: '#766303'

red 118 ◦ green 99 ◦ blue 3

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

Shades of Yukon Gold #766303

Tints of Yukon Gold #766303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

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

R = 53.64%
G = 45%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#766303 (or 0x766303) is known color: Yukon Gold. HEX triplet: 76, 63 and 03. RGB value is (118,99,3). Sum of RGB (Red+Green+Blue) = 118+99+3=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766303 is #899CFC. Grayscale: #5E5E5E. Windows color (decimal): -9018621 or 222070. OLE color: 222070.

HSL color Cylindrical-coordinate representation of color #766303: hue angle of 50.09º 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 #766303 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 3 -
CMYK 0 0.16 0.97 0.54
HSL 50.09º 0.95% 0.24% -
HSV(B) 50.09º 0.97% 0.46% -
XYZ 11.95 12.78 1.92 -
YUV 93.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 118 99 3 0 0.16 0.97 0.54 50.09 0.95 0.24
Hex 76 63 3 0 10 61 36 32 5F 18
Octal 166 143 3 0 20 141 66 62 137 30
Binary 1110110 1100011 11 0 10000 1100001 110110 110010 1011111 11000

Color Harmonies of #766303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766303

Black with #766303

Text Example


Text Example

White with #766303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766303; }

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

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

background-color css

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

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

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

border-color css

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

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

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