Html Css Color HEX #76631E Yukon Gold

📋 copy color: '#76631E'

red 118 ◦ green 99 ◦ blue 30

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

Shades of Yukon Gold #76631E

Tints of Yukon Gold #76631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 47.77%
G = 40.08%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76631E (or 0x76631E) is known color: Yukon Gold. HEX triplet: 76, 63 and 1E. RGB value is (118,99,30). Sum of RGB (Red+Green+Blue) = 118+99+30=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76631E is #899CE1. Grayscale: #616161. Windows color (decimal): -9018594 or 1991542. OLE color: 1991542.

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

Color convert

RGB 118 99 30 -
CMYK 0 0.16 0.75 0.54
HSL 47.05º 0.59% 0.29% -
HSV(B) 47.05º 0.75% 0.46% -
XYZ 12.17 12.87 3.07 -
YUV 96.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 118 99 30 0 0.16 0.75 0.54 47.05 0.59 0.29
Hex 76 63 1E 0 10 4B 36 2F 3B 1D
Octal 166 143 36 0 20 113 66 57 73 35
Binary 1110110 1100011 11110 0 10000 1001011 110110 101111 111011 11101

Color Harmonies of #76631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76631E

Black with #76631E

Text Example


Text Example

White with #76631E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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