Html Css Color HEX #76670C Yukon Gold

📋 copy color: '#76670C'

red 118 ◦ green 103 ◦ blue 12

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

Shades of Yukon Gold #76670C

Tints of Yukon Gold #76670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

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

R = 50.64%
G = 44.21%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76670C (or 0x76670C) is known color: Yukon Gold. HEX triplet: 76, 67 and 0C. RGB value is (118,103,12). Sum of RGB (Red+Green+Blue) = 118+103+12=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670C is #8998F3. Grayscale: #616161. Windows color (decimal): -9017588 or 812918. OLE color: 812918.

HSL color Cylindrical-coordinate representation of color #76670C: hue angle of 51.51º 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 #76670C is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 12 -
CMYK 0 0.13 0.90 0.54
HSL 51.51º 0.82% 0.25% -
HSV(B) 51.51º 0.9% 0.46% -
XYZ 12.39 13.58 2.32 -
YUV 97.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 118 103 12 0 0.13 0.90 0.54 51.51 0.82 0.25
Hex 76 67 C 0 D 5A 36 34 52 19
Octal 166 147 14 0 15 132 66 64 122 31
Binary 1110110 1100111 1100 0 1101 1011010 110110 110100 1010010 11001

Color Harmonies of #76670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76670C

Black with #76670C

Text Example


Text Example

White with #76670C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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