Html Css Color HEX #74661D Yukon Gold

📋 copy color: '#74661D'

red 116 ◦ green 102 ◦ blue 29

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

Shades of Yukon Gold #74661D

Tints of Yukon Gold #74661D

RGB

 RED value IS 116 (45.7% from 255) = 46.96%

 GREEN value IS 102 (40.23% from 255) = 41.3%

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

R = 46.96%
G = 41.3%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74661D (or 0x74661D) is known color: Yukon Gold. HEX triplet: 74, 66 and 1D. RGB value is (116,102,29). Sum of RGB (Red+Green+Blue) = 116+102+29=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74661D is #8B99E2. Grayscale: #626262. Windows color (decimal): -9148899 or 1926772. OLE color: 1926772.

HSL color Cylindrical-coordinate representation of color #74661D: hue angle of 50.34º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74661D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 29 -
CMYK 0 0.12 0.75 0.55
HSL 50.34º 0.6% 0.28% -
HSV(B) 50.34º 0.75% 0.45% -
XYZ 12.18 13.3 3.09 -
YUV 97.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 116 102 29 0 0.12 0.75 0.55 50.34 0.6 0.28
Hex 74 66 1D 0 C 4B 37 32 3C 1C
Octal 164 146 35 0 14 113 67 62 74 34
Binary 1110100 1100110 11101 0 1100 1001011 110111 110010 111100 11100

Color Harmonies of #74661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74661D

Black with #74661D

Text Example


Text Example

White with #74661D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,102,29); }

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

background-color css

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

 a { background-color: rgb(116,102,29); }

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

border-color css

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

 span { border-color: rgb(116,102,29); }

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