Html Css Color HEX #74680B Yukon Gold

📋 copy color: '#74680B'

red 116 ◦ green 104 ◦ blue 11

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

Shades of Yukon Gold #74680B

Tints of Yukon Gold #74680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.02%

 BLUE value IS 11 (4.69% from 255) = 4.76%

R = 50.22%
G = 45.02%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74680B (or 0x74680B) is known color: Yukon Gold. HEX triplet: 74, 68 and 0B. RGB value is (116,104,11). Sum of RGB (Red+Green+Blue) = 116+104+11=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74680B is #8B97F4. Grayscale: #616161. Windows color (decimal): -9148405 or 747636. OLE color: 747636.

HSL color Cylindrical-coordinate representation of color #74680B: hue angle of 53.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74680B is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 11 -
CMYK 0 0.10 0.91 0.55
HSL 53.14º 0.83% 0.25% -
HSV(B) 53.14º 0.91% 0.45% -
XYZ 12.21 13.64 2.31 -
YUV 96.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 116 104 11 0 0.10 0.91 0.55 53.14 0.83 0.25
Hex 74 68 B 0 A 5B 37 35 53 19
Octal 164 150 13 0 12 133 67 65 123 31
Binary 1110100 1101000 1011 0 1010 1011011 110111 110101 1010011 11001

Color Harmonies of #74680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74680B

Black with #74680B

Text Example


Text Example

White with #74680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74680B; }

 p { color: rgb(116,104,11); }

 H1.HeaderClassName
 {
   color: #74680B;
 }
 .AnyTagClassName
 {
   color: #74680B;
 }
</style>

background-color css

<style>
 a { background-color: #74680B; }

 a { background-color: rgb(116,104,11); }

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

border-color css

<style>
 span { border-color: #74680B; }

 span { border-color: rgb(116,104,11); }

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