Html Css Color HEX #76690D Yukon Gold

📋 copy color: '#76690D'

red 118 ◦ green 105 ◦ blue 13

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

Shades of Yukon Gold #76690D

Tints of Yukon Gold #76690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 50%
G = 44.49%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76690D (or 0x76690D) is known color: Yukon Gold. HEX triplet: 76, 69 and 0D. RGB value is (118,105,13). Sum of RGB (Red+Green+Blue) = 118+105+13=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76690D is #8996F2. Grayscale: #626262. Windows color (decimal): -9017075 or 878966. OLE color: 878966.

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

Color convert

RGB 118 105 13 -
CMYK 0 0.11 0.89 0.54
HSL 52.57º 0.8% 0.26% -
HSV(B) 52.57º 0.89% 0.46% -
XYZ 12.6 13.98 2.42 -
YUV 98.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 118 105 13 0 0.11 0.89 0.54 52.57 0.8 0.26
Hex 76 69 D 0 B 59 36 35 50 1A
Octal 166 151 15 0 13 131 66 65 120 32
Binary 1110110 1101001 1101 0 1011 1011001 110110 110101 1010000 11010

Color Harmonies of #76690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76690D

Black with #76690D

Text Example


Text Example

White with #76690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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