Html Css Color HEX #74631E Yukon Gold

📋 copy color: '#74631E'

red 116 ◦ green 99 ◦ blue 30

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

Shades of Yukon Gold #74631E

Tints of Yukon Gold #74631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 47.35%
G = 40.41%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74631E (or 0x74631E) is known color: Yukon Gold. HEX triplet: 74, 63 and 1E. RGB value is (116,99,30). Sum of RGB (Red+Green+Blue) = 116+99+30=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74631E is #8B9CE1. Grayscale: #606060. Windows color (decimal): -9149666 or 1991540. OLE color: 1991540.

HSL color Cylindrical-coordinate representation of color #74631E: hue angle of 48.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74631E is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 30 -
CMYK 0 0.15 0.74 0.55
HSL 48.14º 0.59% 0.29% -
HSV(B) 48.14º 0.74% 0.45% -
XYZ 11.9 12.73 3.06 -
YUV 96.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 116 99 30 0 0.15 0.74 0.55 48.14 0.59 0.29
Hex 74 63 1E 0 F 4A 37 30 3B 1D
Octal 164 143 36 0 17 112 67 60 73 35
Binary 1110100 1100011 11110 0 1111 1001010 110111 110000 111011 11101

Color Harmonies of #74631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74631E

Black with #74631E

Text Example


Text Example

White with #74631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74631E; }

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

 H1.HeaderClassName
 {
   color: #74631E;
 }
 .AnyTagClassName
 {
   color: #74631E;
 }
</style>

background-color css

<style>
 a { background-color: #74631E; }

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

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

border-color css

<style>
 span { border-color: #74631E; }

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

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