Html Css Color HEX #74661F Yukon Gold

📋 copy color: '#74661F'

red 116 ◦ green 102 ◦ blue 31

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

Shades of Yukon Gold #74661F

Tints of Yukon Gold #74661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 46.59%
G = 40.96%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74661F (or 0x74661F) is known color: Yukon Gold. HEX triplet: 74, 66 and 1F. RGB value is (116,102,31). Sum of RGB (Red+Green+Blue) = 116+102+31=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74661F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74661F is #8B99E0. Grayscale: #626262. Windows color (decimal): -9148897 or 2057844. OLE color: 2057844.

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

Color convert

RGB 116 102 31 -
CMYK 0 0.12 0.73 0.55
HSL 50.12º 0.58% 0.29% -
HSV(B) 50.12º 0.73% 0.45% -
XYZ 12.2 13.31 3.22 -
YUV 98.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 116 102 31 0 0.12 0.73 0.55 50.12 0.58 0.29
Hex 74 66 1F 0 C 49 37 32 3A 1D
Octal 164 146 37 0 14 111 67 62 72 35
Binary 1110100 1100110 11111 0 1100 1001001 110111 110010 111010 11101

Color Harmonies of #74661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74661F

Black with #74661F

Text Example


Text Example

White with #74661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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