Html Css Color HEX #76620F Yukon Gold

📋 copy color: '#76620F'

red 118 ◦ green 98 ◦ blue 15

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

Shades of Yukon Gold #76620F

Tints of Yukon Gold #76620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 51.08%
G = 42.42%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76620F (or 0x76620F) is known color: Yukon Gold. HEX triplet: 76, 62 and 0F. RGB value is (118,98,15). Sum of RGB (Red+Green+Blue) = 118+98+15=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76620F is #899DF0. Grayscale: #5E5E5E. Windows color (decimal): -9018865 or 1008246. OLE color: 1008246.

HSL color Cylindrical-coordinate representation of color #76620F: hue angle of 48.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76620F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 15 -
CMYK 0 0.17 0.87 0.54
HSL 48.35º 0.77% 0.26% -
HSV(B) 48.35º 0.87% 0.46% -
XYZ 11.93 12.62 2.26 -
YUV 94.52 83.13 144.75 -
System Red Green Blue C M Y K H S L
Decimal 118 98 15 0 0.17 0.87 0.54 48.35 0.77 0.26
Hex 76 62 F 0 11 57 36 30 4D 1A
Octal 166 142 17 0 21 127 66 60 115 32
Binary 1110110 1100010 1111 0 10001 1010111 110110 110000 1001101 11010

Color Harmonies of #76620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76620F

Black with #76620F

Text Example


Text Example

White with #76620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76620F; }

 p { color: rgb(118,98,15); }

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

background-color css

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

 a { background-color: rgb(118,98,15); }

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

border-color css

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

 span { border-color: rgb(118,98,15); }

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