Html Css Color HEX #736204 Yukon Gold

📋 copy color: '#736204'

red 115 ◦ green 98 ◦ blue 4

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

Shades of Yukon Gold #736204

Tints of Yukon Gold #736204

RGB

 RED value IS 115 (45.31% from 255) = 53%

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

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 53%
G = 45.16%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#736204 (or 0x736204) is known color: Yukon Gold. HEX triplet: 73, 62 and 04. RGB value is (115,98,4). Sum of RGB (Red+Green+Blue) = 115+98+4=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #736204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736204 is #8C9DFB. Grayscale: #5C5C5C. Windows color (decimal): -9215484 or 287347. OLE color: 287347.

HSL color Cylindrical-coordinate representation of color #736204: hue angle of 50.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736204 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 4 -
CMYK 0 0.15 0.97 0.55
HSL 50.81º 0.93% 0.23% -
HSV(B) 50.81º 0.97% 0.45% -
XYZ 11.46 12.39 1.9 -
YUV 92.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 115 98 4 0 0.15 0.97 0.55 50.81 0.93 0.23
Hex 73 62 4 0 F 61 37 33 5D 17
Octal 163 142 4 0 17 141 67 63 135 27
Binary 1110011 1100010 100 0 1111 1100001 110111 110011 1011101 10111

Color Harmonies of #736204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736204

Black with #736204

Text Example


Text Example

White with #736204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736204; }

 p { color: rgb(115,98,4); }

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

background-color css

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

 a { background-color: rgb(115,98,4); }

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

border-color css

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

 span { border-color: rgb(115,98,4); }

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