Html Css Color HEX #74630D Yukon Gold

📋 copy color: '#74630D'

red 116 ◦ green 99 ◦ blue 13

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

Shades of Yukon Gold #74630D

Tints of Yukon Gold #74630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 50.88%
G = 43.42%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74630D (or 0x74630D) is known color: Yukon Gold. HEX triplet: 74, 63 and 0D. RGB value is (116,99,13). Sum of RGB (Red+Green+Blue) = 116+99+13=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74630D is #8B9CF2. Grayscale: #5E5E5E. Windows color (decimal): -9149683 or 877428. OLE color: 877428.

HSL color Cylindrical-coordinate representation of color #74630D: hue angle of 50.1º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74630D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 13 -
CMYK 0 0.15 0.89 0.55
HSL 50.1º 0.8% 0.25% -
HSV(B) 50.1º 0.89% 0.45% -
XYZ 11.74 12.67 2.21 -
YUV 94.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 116 99 13 0 0.15 0.89 0.55 50.1 0.8 0.25
Hex 74 63 D 0 F 59 37 32 50 19
Octal 164 143 15 0 17 131 67 62 120 31
Binary 1110100 1100011 1101 0 1111 1011001 110111 110010 1010000 11001

Color Harmonies of #74630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74630D

Black with #74630D

Text Example


Text Example

White with #74630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74630D; }

 p { color: rgb(116,99,13); }

 H1.HeaderClassName
 {
   color: #74630D;
 }
 .AnyTagClassName
 {
   color: #74630D;
 }
</style>

background-color css

<style>
 a { background-color: #74630D; }

 a { background-color: rgb(116,99,13); }

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

border-color css

<style>
 span { border-color: #74630D; }

 span { border-color: rgb(116,99,13); }

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