Html Css Color HEX #74621C Yukon Gold

📋 copy color: '#74621C'

red 116 ◦ green 98 ◦ blue 28

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

Shades of Yukon Gold #74621C

Tints of Yukon Gold #74621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 47.93%
G = 40.5%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74621C (or 0x74621C) is known color: Yukon Gold. HEX triplet: 74, 62 and 1C. RGB value is (116,98,28). Sum of RGB (Red+Green+Blue) = 116+98+28=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74621C is #8B9DE3. Grayscale: #5F5F5F. Windows color (decimal): -9149924 or 1860212. OLE color: 1860212.

HSL color Cylindrical-coordinate representation of color #74621C: hue angle of 47.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74621C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 28 -
CMYK 0 0.16 0.76 0.55
HSL 47.73º 0.61% 0.28% -
HSV(B) 47.73º 0.76% 0.45% -
XYZ 11.78 12.53 2.9 -
YUV 95.4 89.96 142.69 -
System Red Green Blue C M Y K H S L
Decimal 116 98 28 0 0.16 0.76 0.55 47.73 0.61 0.28
Hex 74 62 1C 0 10 4C 37 30 3D 1C
Octal 164 142 34 0 20 114 67 60 75 34
Binary 1110100 1100010 11100 0 10000 1001100 110111 110000 111101 11100

Color Harmonies of #74621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74621C

Black with #74621C

Text Example


Text Example

White with #74621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,98,28); }

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

background-color css

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

 a { background-color: rgb(116,98,28); }

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

border-color css

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

 span { border-color: rgb(116,98,28); }

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