Html Css Color HEX #74631C Yukon Gold

📋 copy color: '#74631C'

red 116 ◦ green 99 ◦ blue 28

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

Shades of Yukon Gold #74631C

Tints of Yukon Gold #74631C

RGB

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

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

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

R = 47.74%
G = 40.74%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74631C (or 0x74631C) is known color: Yukon Gold. HEX triplet: 74, 63 and 1C. RGB value is (116,99,28). Sum of RGB (Red+Green+Blue) = 116+99+28=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74631C is #8B9CE3. Grayscale: #606060. Windows color (decimal): -9149668 or 1860468. OLE color: 1860468.

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

Color convert

RGB 116 99 28 -
CMYK 0 0.15 0.76 0.55
HSL 48.41º 0.61% 0.28% -
HSV(B) 48.41º 0.76% 0.45% -
XYZ 11.87 12.72 2.93 -
YUV 95.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 116 99 28 0 0.15 0.76 0.55 48.41 0.61 0.28
Hex 74 63 1C 0 F 4C 37 30 3D 1C
Octal 164 143 34 0 17 114 67 60 75 34
Binary 1110100 1100011 11100 0 1111 1001100 110111 110000 111101 11100

Color Harmonies of #74631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74631C

Black with #74631C

Text Example


Text Example

White with #74631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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