Html Css Color HEX #76630E Yukon Gold

📋 copy color: '#76630E'

red 118 ◦ green 99 ◦ blue 14

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

Shades of Yukon Gold #76630E

Tints of Yukon Gold #76630E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 51.08%
G = 42.86%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76630E (or 0x76630E) is known color: Yukon Gold. HEX triplet: 76, 63 and 0E. RGB value is (118,99,14). Sum of RGB (Red+Green+Blue) = 118+99+14=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76630E is #899CF1. Grayscale: #5F5F5F. Windows color (decimal): -9018610 or 942966. OLE color: 942966.

HSL color Cylindrical-coordinate representation of color #76630E: hue angle of 49.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76630E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 14 -
CMYK 0 0.16 0.88 0.54
HSL 49.04º 0.79% 0.26% -
HSV(B) 49.04º 0.88% 0.46% -
XYZ 12.01 12.81 2.25 -
YUV 94.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 118 99 14 0 0.16 0.88 0.54 49.04 0.79 0.26
Hex 76 63 E 0 10 58 36 31 4F 1A
Octal 166 143 16 0 20 130 66 61 117 32
Binary 1110110 1100011 1110 0 10000 1011000 110110 110001 1001111 11010

Color Harmonies of #76630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76630E

Black with #76630E

Text Example


Text Example

White with #76630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76630E; }

 p { color: rgb(118,99,14); }

 H1.HeaderClassName
 {
   color: #76630E;
 }
 .AnyTagClassName
 {
   color: #76630E;
 }
</style>

background-color css

<style>
 a { background-color: #76630E; }

 a { background-color: rgb(118,99,14); }

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

border-color css

<style>
 span { border-color: #76630E; }

 span { border-color: rgb(118,99,14); }

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