Html Css Color HEX #76640C Yukon Gold

📋 copy color: '#76640C'

red 118 ◦ green 100 ◦ blue 12

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

Shades of Yukon Gold #76640C

Tints of Yukon Gold #76640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.48%

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

R = 51.3%
G = 43.48%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76640C (or 0x76640C) is known color: Yukon Gold. HEX triplet: 76, 64 and 0C. RGB value is (118,100,12). Sum of RGB (Red+Green+Blue) = 118+100+12=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640C is #899BF3. Grayscale: #5F5F5F. Windows color (decimal): -9018356 or 812150. OLE color: 812150.

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

Color convert

RGB 118 100 12 -
CMYK 0 0.15 0.90 0.54
HSL 49.81º 0.82% 0.25% -
HSV(B) 49.81º 0.9% 0.46% -
XYZ 12.09 12.99 2.22 -
YUV 95.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 118 100 12 0 0.15 0.90 0.54 49.81 0.82 0.25
Hex 76 64 C 0 F 5A 36 32 52 19
Octal 166 144 14 0 17 132 66 62 122 31
Binary 1110110 1100100 1100 0 1111 1011010 110110 110010 1010010 11001

Color Harmonies of #76640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76640C

Black with #76640C

Text Example


Text Example

White with #76640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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