Html Css Color HEX #76631A Yukon Gold

📋 copy color: '#76631A'

red 118 ◦ green 99 ◦ blue 26

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

Shades of Yukon Gold #76631A

Tints of Yukon Gold #76631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.7%

R = 48.56%
G = 40.74%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76631A (or 0x76631A) is known color: Yukon Gold. HEX triplet: 76, 63 and 1A. RGB value is (118,99,26). Sum of RGB (Red+Green+Blue) = 118+99+26=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76631A is #899CE5. Grayscale: #606060. Windows color (decimal): -9018598 or 1729398. OLE color: 1729398.

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

Color convert

RGB 118 99 26 -
CMYK 0 0.16 0.78 0.54
HSL 47.61º 0.64% 0.28% -
HSV(B) 47.61º 0.78% 0.46% -
XYZ 12.12 12.85 2.82 -
YUV 96.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 118 99 26 0 0.16 0.78 0.54 47.61 0.64 0.28
Hex 76 63 1A 0 10 4E 36 30 40 1C
Octal 166 143 32 0 20 116 66 60 100 34
Binary 1110110 1100011 11010 0 10000 1001110 110110 110000 1000000 11100

Color Harmonies of #76631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76631A

Black with #76631A

Text Example


Text Example

White with #76631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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