Html Css Color HEX #766405 Yukon Gold

📋 copy color: '#766405'

red 118 ◦ green 100 ◦ blue 5

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

Shades of Yukon Gold #766405

Tints of Yukon Gold #766405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 52.91%
G = 44.84%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#766405 (or 0x766405) is known color: Yukon Gold. HEX triplet: 76, 64 and 05. RGB value is (118,100,5). Sum of RGB (Red+Green+Blue) = 118+100+5=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766405 is #899BFA. Grayscale: #5E5E5E. Windows color (decimal): -9018363 or 353398. OLE color: 353398.

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

Color convert

RGB 118 100 5 -
CMYK 0 0.15 0.96 0.54
HSL 50.44º 0.92% 0.24% -
HSV(B) 50.44º 0.96% 0.46% -
XYZ 12.06 12.98 2.01 -
YUV 94.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 118 100 5 0 0.15 0.96 0.54 50.44 0.92 0.24
Hex 76 64 5 0 F 60 36 32 5C 18
Octal 166 144 5 0 17 140 66 62 134 30
Binary 1110110 1100100 101 0 1111 1100000 110110 110010 1011100 11000

Color Harmonies of #766405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766405

Black with #766405

Text Example


Text Example

White with #766405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766405; }

 p { color: rgb(118,100,5); }

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

background-color css

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

 a { background-color: rgb(118,100,5); }

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

border-color css

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

 span { border-color: rgb(118,100,5); }

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