Html Css Color HEX #74640C Yukon Gold

📋 copy color: '#74640C'

red 116 ◦ green 100 ◦ blue 12

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

Shades of Yukon Gold #74640C

Tints of Yukon Gold #74640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 50.88%
G = 43.86%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74640C (or 0x74640C) is known color: Yukon Gold. HEX triplet: 74, 64 and 0C. RGB value is (116,100,12). Sum of RGB (Red+Green+Blue) = 116+100+12=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74640C is #8B9BF3. Grayscale: #5F5F5F. Windows color (decimal): -9149428 or 812148. OLE color: 812148.

HSL color Cylindrical-coordinate representation of color #74640C: hue angle of 50.77º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74640C is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 12 -
CMYK 0 0.14 0.90 0.55
HSL 50.77º 0.81% 0.25% -
HSV(B) 50.77º 0.9% 0.45% -
XYZ 11.83 12.85 2.21 -
YUV 94.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 116 100 12 0 0.14 0.90 0.55 50.77 0.81 0.25
Hex 74 64 C 0 E 5A 37 33 51 19
Octal 164 144 14 0 16 132 67 63 121 31
Binary 1110100 1100100 1100 0 1110 1011010 110111 110011 1010001 11001

Color Harmonies of #74640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74640C

Black with #74640C

Text Example


Text Example

White with #74640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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