Html Css Color HEX #736206 Yukon Gold

📋 copy color: '#736206'

red 115 ◦ green 98 ◦ blue 6

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

Shades of Yukon Gold #736206

Tints of Yukon Gold #736206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 52.51%
G = 44.75%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#736206 (or 0x736206) is known color: Yukon Gold. HEX triplet: 73, 62 and 06. RGB value is (115,98,6). Sum of RGB (Red+Green+Blue) = 115+98+6=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736206 is #8C9DF9. Grayscale: #5C5C5C. Windows color (decimal): -9215482 or 418419. OLE color: 418419.

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

Color convert

RGB 115 98 6 -
CMYK 0 0.15 0.95 0.55
HSL 50.64º 0.9% 0.24% -
HSV(B) 50.64º 0.95% 0.45% -
XYZ 11.47 12.39 1.96 -
YUV 92.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 115 98 6 0 0.15 0.95 0.55 50.64 0.9 0.24
Hex 73 62 6 0 F 5F 37 33 5A 18
Octal 163 142 6 0 17 137 67 63 132 30
Binary 1110011 1100010 110 0 1111 1011111 110111 110011 1011010 11000

Color Harmonies of #736206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736206

Black with #736206

Text Example


Text Example

White with #736206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736206; }

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

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

background-color css

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

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

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

border-color css

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

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

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