Html Css Color HEX #70663D Yellow Metal

📋 copy color: '#70663D'

red 112 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #70663D

Tints of Yellow Metal #70663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 40.73%
G = 37.09%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70663D (or 0x70663D) is known color: Yellow Metal. HEX triplet: 70, 66 and 3D. RGB value is (112,102,61). Sum of RGB (Red+Green+Blue) = 112+102+61=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70663D is #8F99C2. Grayscale: #646464. Windows color (decimal): -9411011 or 4023920. OLE color: 4023920.

HSL color Cylindrical-coordinate representation of color #70663D: hue angle of 48.24º 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 #70663D is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 61 -
CMYK 0 0.09 0.46 0.56
HSL 48.24º 0.29% 0.34% -
HSV(B) 48.24º 0.46% 0.44% -
XYZ 12.28 13.28 6.33 -
YUV 100.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 112 102 61 0 0.09 0.46 0.56 48.24 0.29 0.34
Hex 70 66 3D 0 9 2E 38 30 1D 22
Octal 160 146 75 0 11 56 70 60 35 42
Binary 1110000 1100110 111101 0 1001 101110 111000 110000 11101 100010

Color Harmonies of #70663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70663D

Black with #70663D

Text Example


Text Example

White with #70663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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