Html Css Color HEX #74641E Yukon Gold

📋 copy color: '#74641E'

red 116 ◦ green 100 ◦ blue 30

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

Shades of Yukon Gold #74641E

Tints of Yukon Gold #74641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 47.15%
G = 40.65%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74641E (or 0x74641E) is known color: Yukon Gold. HEX triplet: 74, 64 and 1E. RGB value is (116,100,30). Sum of RGB (Red+Green+Blue) = 116+100+30=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74641E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74641E is #8B9BE1. Grayscale: #616161. Windows color (decimal): -9149410 or 1991796. OLE color: 1991796.

HSL color Cylindrical-coordinate representation of color #74641E: hue angle of 48.84º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74641E is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 30 -
CMYK 0 0.14 0.74 0.55
HSL 48.84º 0.59% 0.29% -
HSV(B) 48.84º 0.74% 0.45% -
XYZ 11.99 12.92 3.09 -
YUV 96.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 116 100 30 0 0.14 0.74 0.55 48.84 0.59 0.29
Hex 74 64 1E 0 E 4A 37 31 3B 1D
Octal 164 144 36 0 16 112 67 61 73 35
Binary 1110100 1100100 11110 0 1110 1001010 110111 110001 111011 11101

Color Harmonies of #74641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74641E

Black with #74641E

Text Example


Text Example

White with #74641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74641E; }

 p { color: rgb(116,100,30); }

 H1.HeaderClassName
 {
   color: #74641E;
 }
 .AnyTagClassName
 {
   color: #74641E;
 }
</style>

background-color css

<style>
 a { background-color: #74641E; }

 a { background-color: rgb(116,100,30); }

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

border-color css

<style>
 span { border-color: #74641E; }

 span { border-color: rgb(116,100,30); }

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