Html Css Color HEX #76641A Yukon Gold

📋 copy color: '#76641A'

red 118 ◦ green 100 ◦ blue 26

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

Shades of Yukon Gold #76641A

Tints of Yukon Gold #76641A

RGB

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

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

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

R = 48.36%
G = 40.98%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76641A (or 0x76641A) is known color: Yukon Gold. HEX triplet: 76, 64 and 1A. RGB value is (118,100,26). Sum of RGB (Red+Green+Blue) = 118+100+26=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641A is #899BE5. Grayscale: #616161. Windows color (decimal): -9018342 or 1729654. OLE color: 1729654.

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

Color convert

RGB 118 100 26 -
CMYK 0 0.15 0.78 0.54
HSL 48.26º 0.64% 0.28% -
HSV(B) 48.26º 0.78% 0.46% -
XYZ 12.21 13.04 2.85 -
YUV 96.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 118 100 26 0 0.15 0.78 0.54 48.26 0.64 0.28
Hex 76 64 1A 0 F 4E 36 30 40 1C
Octal 166 144 32 0 17 116 66 60 100 34
Binary 1110110 1100100 11010 0 1111 1001110 110110 110000 1000000 11100

Color Harmonies of #76641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76641A

Black with #76641A

Text Example


Text Example

White with #76641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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