Html Css Color HEX #76640F Yukon Gold

📋 copy color: '#76640F'

red 118 ◦ green 100 ◦ blue 15

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

Shades of Yukon Gold #76640F

Tints of Yukon Gold #76640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 50.64%
G = 42.92%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76640F (or 0x76640F) is known color: Yukon Gold. HEX triplet: 76, 64 and 0F. RGB value is (118,100,15). Sum of RGB (Red+Green+Blue) = 118+100+15=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76640F is #899BF0. Grayscale: #606060. Windows color (decimal): -9018353 or 1008758. OLE color: 1008758.

HSL color Cylindrical-coordinate representation of color #76640F: hue angle of 49.51º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76640F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 15 -
CMYK 0 0.15 0.87 0.54
HSL 49.51º 0.77% 0.26% -
HSV(B) 49.51º 0.87% 0.46% -
XYZ 12.11 13 2.32 -
YUV 95.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 118 100 15 0 0.15 0.87 0.54 49.51 0.77 0.26
Hex 76 64 F 0 F 57 36 32 4D 1A
Octal 166 144 17 0 17 127 66 62 115 32
Binary 1110110 1100100 1111 0 1111 1010111 110110 110010 1001101 11010

Color Harmonies of #76640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76640F

Black with #76640F

Text Example


Text Example

White with #76640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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