Html Css Color HEX #74640F Yukon Gold

📋 copy color: '#74640F'

red 116 ◦ green 100 ◦ blue 15

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

Shades of Yukon Gold #74640F

Tints of Yukon Gold #74640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 50.22%
G = 43.29%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74640F (or 0x74640F) is known color: Yukon Gold. HEX triplet: 74, 64 and 0F. RGB value is (116,100,15). Sum of RGB (Red+Green+Blue) = 116+100+15=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74640F is #8B9BF0. Grayscale: #5F5F5F. Windows color (decimal): -9149425 or 1008756. OLE color: 1008756.

HSL color Cylindrical-coordinate representation of color #74640F: hue angle of 50.5º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74640F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 15 -
CMYK 0 0.14 0.87 0.55
HSL 50.5º 0.77% 0.26% -
HSV(B) 50.5º 0.87% 0.45% -
XYZ 11.85 12.86 2.31 -
YUV 95.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 116 100 15 0 0.14 0.87 0.55 50.5 0.77 0.26
Hex 74 64 F 0 E 57 37 32 4D 1A
Octal 164 144 17 0 16 127 67 62 115 32
Binary 1110100 1100100 1111 0 1110 1010111 110111 110010 1001101 11010

Color Harmonies of #74640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74640F

Black with #74640F

Text Example


Text Example

White with #74640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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