Html Css Color HEX #76690C Yukon Gold

📋 copy color: '#76690C'

red 118 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #76690C

Tints of Yukon Gold #76690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 50.21%
G = 44.68%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76690C (or 0x76690C) is known color: Yukon Gold. HEX triplet: 76, 69 and 0C. RGB value is (118,105,12). Sum of RGB (Red+Green+Blue) = 118+105+12=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76690C is #8996F3. Grayscale: #626262. Windows color (decimal): -9017076 or 813430. OLE color: 813430.

HSL color Cylindrical-coordinate representation of color #76690C: hue angle of 52.64º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76690C is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 12 -
CMYK 0 0.11 0.90 0.54
HSL 52.64º 0.82% 0.25% -
HSV(B) 52.64º 0.9% 0.46% -
XYZ 12.59 13.98 2.38 -
YUV 98.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 118 105 12 0 0.11 0.90 0.54 52.64 0.82 0.25
Hex 76 69 C 0 B 5A 36 35 52 19
Octal 166 151 14 0 13 132 66 65 122 31
Binary 1110110 1101001 1100 0 1011 1011010 110110 110101 1010010 11001

Color Harmonies of #76690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76690C

Black with #76690C

Text Example


Text Example

White with #76690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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