Html Css Color HEX #706643 Yellow Metal

📋 copy color: '#706643'

red 112 ◦ green 102 ◦ blue 67

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

Shades of Yellow Metal #706643

Tints of Yellow Metal #706643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 39.86%
G = 36.3%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#706643 (or 0x706643) is known color: Yellow Metal. HEX triplet: 70, 66 and 43. RGB value is (112,102,67). Sum of RGB (Red+Green+Blue) = 112+102+67=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706643 is #8F99BC. Grayscale: #656565. Windows color (decimal): -9411005 or 4417136. OLE color: 4417136.

HSL color Cylindrical-coordinate representation of color #706643: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706643 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 67 -
CMYK 0 0.09 0.40 0.56
HSL 46.67º 0.25% 0.35% -
HSV(B) 46.67º 0.4% 0.44% -
XYZ 12.45 13.35 7.23 -
YUV 101 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 112 102 67 0 0.09 0.40 0.56 46.67 0.25 0.35
Hex 70 66 43 0 9 28 38 2F 19 23
Octal 160 146 103 0 11 50 70 57 31 43
Binary 1110000 1100110 1000011 0 1001 101000 111000 101111 11001 100011

Color Harmonies of #706643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706643

Black with #706643

Text Example


Text Example

White with #706643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706643; }

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

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

background-color css

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

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

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

border-color css

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

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

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