Html Css Color HEX #70653D Yellow Metal

📋 copy color: '#70653D'

red 112 ◦ green 101 ◦ blue 61

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

Shades of Yellow Metal #70653D

Tints of Yellow Metal #70653D

RGB

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

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

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

R = 40.88%
G = 36.86%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70653D (or 0x70653D) is known color: Yellow Metal. HEX triplet: 70, 65 and 3D. RGB value is (112,101,61). Sum of RGB (Red+Green+Blue) = 112+101+61=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70653D is #8F9AC2. Grayscale: #636363. Windows color (decimal): -9411267 or 4023664. OLE color: 4023664.

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

Color convert

RGB 112 101 61 -
CMYK 0 0.10 0.46 0.56
HSL 47.06º 0.29% 0.34% -
HSV(B) 47.06º 0.46% 0.44% -
XYZ 12.18 13.09 6.3 -
YUV 99.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 112 101 61 0 0.10 0.46 0.56 47.06 0.29 0.34
Hex 70 65 3D 0 A 2E 38 2F 1D 22
Octal 160 145 75 0 12 56 70 57 35 42
Binary 1110000 1100101 111101 0 1010 101110 111000 101111 11101 100010

Color Harmonies of #70653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70653D

Black with #70653D

Text Example


Text Example

White with #70653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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