Html Css Color HEX #766006 Yukon Gold

📋 copy color: '#766006'

red 118 ◦ green 96 ◦ blue 6

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

Shades of Yukon Gold #766006

Tints of Yukon Gold #766006

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 53.64%
G = 43.64%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#766006 (or 0x766006) is known color: Yukon Gold. HEX triplet: 76, 60 and 06. RGB value is (118,96,6). Sum of RGB (Red+Green+Blue) = 118+96+6=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #766006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766006 is #899FF9. Grayscale: #5C5C5C. Windows color (decimal): -9019386 or 417910. OLE color: 417910.

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

Color convert

RGB 118 96 6 -
CMYK 0 0.19 0.95 0.54
HSL 48.21º 0.9% 0.24% -
HSV(B) 48.21º 0.95% 0.46% -
XYZ 11.69 12.23 1.92 -
YUV 92.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 118 96 6 0 0.19 0.95 0.54 48.21 0.9 0.24
Hex 76 60 6 0 13 5F 36 30 5A 18
Octal 166 140 6 0 23 137 66 60 132 30
Binary 1110110 1100000 110 0 10011 1011111 110110 110000 1011010 11000

Color Harmonies of #766006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766006

Black with #766006

Text Example


Text Example

White with #766006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766006; }

 p { color: rgb(118,96,6); }

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

background-color css

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

 a { background-color: rgb(118,96,6); }

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

border-color css

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

 span { border-color: rgb(118,96,6); }

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