Html Css Color HEX #76641D Yukon Gold

📋 copy color: '#76641D'

red 118 ◦ green 100 ◦ blue 29

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

Shades of Yukon Gold #76641D

Tints of Yukon Gold #76641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 47.77%
G = 40.49%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76641D (or 0x76641D) is known color: Yukon Gold. HEX triplet: 76, 64 and 1D. RGB value is (118,100,29). Sum of RGB (Red+Green+Blue) = 118+100+29=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76641D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76641D is #899BE2. Grayscale: #616161. Windows color (decimal): -9018339 or 1926262. OLE color: 1926262.

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

Color convert

RGB 118 100 29 -
CMYK 0 0.15 0.75 0.54
HSL 47.87º 0.61% 0.29% -
HSV(B) 47.87º 0.75% 0.46% -
XYZ 12.25 13.05 3.04 -
YUV 97.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 118 100 29 0 0.15 0.75 0.54 47.87 0.61 0.29
Hex 76 64 1D 0 F 4B 36 30 3D 1D
Octal 166 144 35 0 17 113 66 60 75 35
Binary 1110110 1100100 11101 0 1111 1001011 110110 110000 111101 11101

Color Harmonies of #76641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76641D

Black with #76641D

Text Example


Text Example

White with #76641D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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