Html Css Color HEX #706315 Yukon Gold

📋 copy color: '#706315'

red 112 ◦ green 99 ◦ blue 21

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

Shades of Yukon Gold #706315

Tints of Yukon Gold #706315

RGB

 RED value IS 112 (44.14% from 255) = 48.28%

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 48.28%
G = 42.67%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#706315 (or 0x706315) is known color: Yukon Gold. HEX triplet: 70, 63 and 15. RGB value is (112,99,21). Sum of RGB (Red+Green+Blue) = 112+99+21=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706315 is #8F9CEA. Grayscale: #5E5E5E. Windows color (decimal): -9411819 or 1401712. OLE color: 1401712.

HSL color Cylindrical-coordinate representation of color #706315: hue angle of 51.43º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706315 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 21 -
CMYK 0 0.12 0.81 0.56
HSL 51.43º 0.68% 0.26% -
HSV(B) 51.43º 0.81% 0.44% -
XYZ 11.28 12.42 2.51 -
YUV 94 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 112 99 21 0 0.12 0.81 0.56 51.43 0.68 0.26
Hex 70 63 15 0 C 51 38 33 44 1A
Octal 160 143 25 0 14 121 70 63 104 32
Binary 1110000 1100011 10101 0 1100 1010001 111000 110011 1000100 11010

Color Harmonies of #706315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706315

Black with #706315

Text Example


Text Example

White with #706315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706315; }

 p { color: rgb(112,99,21); }

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

background-color css

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

 a { background-color: rgb(112,99,21); }

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

border-color css

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

 span { border-color: rgb(112,99,21); }

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