Html Css Color HEX #70650C Yukon Gold

📋 copy color: '#70650C'

red 112 ◦ green 101 ◦ blue 12

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

Shades of Yukon Gold #70650C

Tints of Yukon Gold #70650C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 49.78%
G = 44.89%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70650C (or 0x70650C) is known color: Yukon Gold. HEX triplet: 70, 65 and 0C. RGB value is (112,101,12). Sum of RGB (Red+Green+Blue) = 112+101+12=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70650C is #8F9AF3. Grayscale: #5E5E5E. Windows color (decimal): -9411316 or 812400. OLE color: 812400.

HSL color Cylindrical-coordinate representation of color #70650C: hue angle of 53.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70650C is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 12 -
CMYK 0 0.10 0.89 0.56
HSL 53.4º 0.81% 0.24% -
HSV(B) 53.4º 0.89% 0.44% -
XYZ 11.4 12.78 2.21 -
YUV 94.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 112 101 12 0 0.10 0.89 0.56 53.4 0.81 0.24
Hex 70 65 C 0 A 59 38 35 51 18
Octal 160 145 14 0 12 131 70 65 121 30
Binary 1110000 1100101 1100 0 1010 1011001 111000 110101 1010001 11000

Color Harmonies of #70650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70650C

Black with #70650C

Text Example


Text Example

White with #70650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,101,12); }

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

background-color css

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

 a { background-color: rgb(112,101,12); }

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

border-color css

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

 span { border-color: rgb(112,101,12); }

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