Html Css Color HEX #76600D Yukon Gold

📋 copy color: '#76600D'

red 118 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #76600D

Tints of Yukon Gold #76600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 51.98%
G = 42.29%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76600D (or 0x76600D) is known color: Yukon Gold. HEX triplet: 76, 60 and 0D. RGB value is (118,96,13). Sum of RGB (Red+Green+Blue) = 118+96+13=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76600D is #899FF2. Grayscale: #5D5D5D. Windows color (decimal): -9019379 or 876662. OLE color: 876662.

HSL color Cylindrical-coordinate representation of color #76600D: hue angle of 47.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76600D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 13 -
CMYK 0 0.19 0.89 0.54
HSL 47.43º 0.8% 0.26% -
HSV(B) 47.43º 0.89% 0.46% -
XYZ 11.73 12.25 2.13 -
YUV 93.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 118 96 13 0 0.19 0.89 0.54 47.43 0.8 0.26
Hex 76 60 D 0 13 59 36 2F 50 1A
Octal 166 140 15 0 23 131 66 57 120 32
Binary 1110110 1100000 1101 0 10011 1011001 110110 101111 1010000 11010

Color Harmonies of #76600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76600D

Black with #76600D

Text Example


Text Example

White with #76600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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