Html Css Color HEX #76650D Yukon Gold

📋 copy color: '#76650D'

red 118 ◦ green 101 ◦ blue 13

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

Shades of Yukon Gold #76650D

Tints of Yukon Gold #76650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.53%

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

R = 50.86%
G = 43.53%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76650D (or 0x76650D) is known color: Yukon Gold. HEX triplet: 76, 65 and 0D. RGB value is (118,101,13). Sum of RGB (Red+Green+Blue) = 118+101+13=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76650D is #899AF2. Grayscale: #606060. Windows color (decimal): -9018099 or 877942. OLE color: 877942.

HSL color Cylindrical-coordinate representation of color #76650D: hue angle of 50.29º 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 #76650D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 13 -
CMYK 0 0.14 0.89 0.54
HSL 50.29º 0.8% 0.26% -
HSV(B) 50.29º 0.89% 0.46% -
XYZ 12.2 13.19 2.28 -
YUV 96.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 118 101 13 0 0.14 0.89 0.54 50.29 0.8 0.26
Hex 76 65 D 0 E 59 36 32 50 1A
Octal 166 145 15 0 16 131 66 62 120 32
Binary 1110110 1100101 1101 0 1110 1011001 110110 110010 1010000 11010

Color Harmonies of #76650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76650D

Black with #76650D

Text Example


Text Example

White with #76650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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