Html Css Color HEX #766319 Yukon Gold

📋 copy color: '#766319'

red 118 ◦ green 99 ◦ blue 25

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

Shades of Yukon Gold #766319

Tints of Yukon Gold #766319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 48.76%
G = 40.91%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#766319 (or 0x766319) is known color: Yukon Gold. HEX triplet: 76, 63 and 19. RGB value is (118,99,25). Sum of RGB (Red+Green+Blue) = 118+99+25=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766319 is #899CE6. Grayscale: #606060. Windows color (decimal): -9018599 or 1663862. OLE color: 1663862.

HSL color Cylindrical-coordinate representation of color #766319: hue angle of 47.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766319 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 25 -
CMYK 0 0.16 0.79 0.54
HSL 47.74º 0.65% 0.28% -
HSV(B) 47.74º 0.79% 0.46% -
XYZ 12.11 12.85 2.76 -
YUV 96.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 118 99 25 0 0.16 0.79 0.54 47.74 0.65 0.28
Hex 76 63 19 0 10 4F 36 30 41 1C
Octal 166 143 31 0 20 117 66 60 101 34
Binary 1110110 1100011 11001 0 10000 1001111 110110 110000 1000001 11100

Color Harmonies of #766319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766319

Black with #766319

Text Example


Text Example

White with #766319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766319; }

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

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

background-color css

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

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

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

border-color css

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

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

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