Html Css Color HEX #74621B Yukon Gold

📋 copy color: '#74621B'

red 116 ◦ green 98 ◦ blue 27

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

Shades of Yukon Gold #74621B

Tints of Yukon Gold #74621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 48.13%
G = 40.66%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74621B (or 0x74621B) is known color: Yukon Gold. HEX triplet: 74, 62 and 1B. RGB value is (116,98,27). Sum of RGB (Red+Green+Blue) = 116+98+27=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74621B is #8B9DE4. Grayscale: #5F5F5F. Windows color (decimal): -9149925 or 1794676. OLE color: 1794676.

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

Color convert

RGB 116 98 27 -
CMYK 0 0.16 0.77 0.55
HSL 47.87º 0.62% 0.28% -
HSV(B) 47.87º 0.77% 0.45% -
XYZ 11.77 12.53 2.83 -
YUV 95.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 116 98 27 0 0.16 0.77 0.55 47.87 0.62 0.28
Hex 74 62 1B 0 10 4D 37 30 3E 1C
Octal 164 142 33 0 20 115 67 60 76 34
Binary 1110100 1100010 11011 0 10000 1001101 110111 110000 111110 11100

Color Harmonies of #74621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74621B

Black with #74621B

Text Example


Text Example

White with #74621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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