Html Css Color HEX #70633D Yellow Metal

📋 copy color: '#70633D'

red 112 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #70633D

Tints of Yellow Metal #70633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 41.18%
G = 36.4%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70633D (or 0x70633D) is known color: Yellow Metal. HEX triplet: 70, 63 and 3D. RGB value is (112,99,61). Sum of RGB (Red+Green+Blue) = 112+99+61=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70633D is #8F9CC2. Grayscale: #626262. Windows color (decimal): -9411779 or 4023152. OLE color: 4023152.

HSL color Cylindrical-coordinate representation of color #70633D: hue angle of 44.71º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70633D is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 61 -
CMYK 0 0.12 0.46 0.56
HSL 44.71º 0.29% 0.34% -
HSV(B) 44.71º 0.46% 0.44% -
XYZ 11.99 12.71 6.24 -
YUV 98.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 112 99 61 0 0.12 0.46 0.56 44.71 0.29 0.34
Hex 70 63 3D 0 C 2E 38 2D 1D 22
Octal 160 143 75 0 14 56 70 55 35 42
Binary 1110000 1100011 111101 0 1100 101110 111000 101101 11101 100010

Color Harmonies of #70633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70633D

Black with #70633D

Text Example


Text Example

White with #70633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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