Html Css Color HEX #74630F Yukon Gold

📋 copy color: '#74630F'

red 116 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #74630F

Tints of Yukon Gold #74630F

RGB

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

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

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

R = 50.43%
G = 43.04%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74630F (or 0x74630F) is known color: Yukon Gold. HEX triplet: 74, 63 and 0F. RGB value is (116,99,15). Sum of RGB (Red+Green+Blue) = 116+99+15=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74630F is #8B9CF0. Grayscale: #5E5E5E. Windows color (decimal): -9149681 or 1008500. OLE color: 1008500.

HSL color Cylindrical-coordinate representation of color #74630F: hue angle of 49.9º 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 #74630F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 15 -
CMYK 0 0.15 0.87 0.55
HSL 49.9º 0.77% 0.26% -
HSV(B) 49.9º 0.87% 0.45% -
XYZ 11.75 12.67 2.28 -
YUV 94.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 116 99 15 0 0.15 0.87 0.55 49.9 0.77 0.26
Hex 74 63 F 0 F 57 37 32 4D 1A
Octal 164 143 17 0 17 127 67 62 115 32
Binary 1110100 1100011 1111 0 1111 1010111 110111 110010 1001101 11010

Color Harmonies of #74630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74630F

Black with #74630F

Text Example


Text Example

White with #74630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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