Html Css Color HEX #74641A Yukon Gold

📋 copy color: '#74641A'

red 116 ◦ green 100 ◦ blue 26

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

Shades of Yukon Gold #74641A

Tints of Yukon Gold #74641A

RGB

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

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

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

R = 47.93%
G = 41.32%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74641A (or 0x74641A) is known color: Yukon Gold. HEX triplet: 74, 64 and 1A. RGB value is (116,100,26). Sum of RGB (Red+Green+Blue) = 116+100+26=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74641A is #8B9BE5. Grayscale: #606060. Windows color (decimal): -9149414 or 1729652. OLE color: 1729652.

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

Color convert

RGB 116 100 26 -
CMYK 0 0.14 0.78 0.55
HSL 49.33º 0.63% 0.28% -
HSV(B) 49.33º 0.78% 0.45% -
XYZ 11.95 12.9 2.84 -
YUV 96.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 116 100 26 0 0.14 0.78 0.55 49.33 0.63 0.28
Hex 74 64 1A 0 E 4E 37 31 3F 1C
Octal 164 144 32 0 16 116 67 61 77 34
Binary 1110100 1100100 11010 0 1110 1001110 110111 110001 111111 11100

Color Harmonies of #74641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74641A

Black with #74641A

Text Example


Text Example

White with #74641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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