Html Css Color HEX #71663D Yellow Metal

📋 copy color: '#71663D'

red 113 ◦ green 102 ◦ blue 61

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

Shades of Yellow Metal #71663D

Tints of Yellow Metal #71663D

RGB

 RED value IS 113 (44.53% from 255) = 40.94%

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

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

R = 40.94%
G = 36.96%
B = 22.1%

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

#71663D (or 0x71663D) is known color: Yellow Metal. HEX triplet: 71, 66 and 3D. RGB value is (113,102,61). Sum of RGB (Red+Green+Blue) = 113+102+61=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71663D is #8E99C2. Grayscale: #646464. Windows color (decimal): -9345475 or 4023921. OLE color: 4023921.

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

Color convert

RGB 113 102 61 -
CMYK 0 0.10 0.46 0.56
HSL 47.31º 0.3% 0.34% -
HSV(B) 47.31º 0.46% 0.44% -
XYZ 12.4 13.35 6.34 -
YUV 100.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 113 102 61 0 0.10 0.46 0.56 47.31 0.3 0.34
Hex 71 66 3D 0 A 2E 38 2F 1E 22
Octal 161 146 75 0 12 56 70 57 36 42
Binary 1110001 1100110 111101 0 1010 101110 111000 101111 11110 100010

Color Harmonies of #71663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71663D

Black with #71663D

Text Example


Text Example

White with #71663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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