Html Css Color HEX #71663F Yellow Metal

📋 copy color: '#71663F'

red 113 ◦ green 102 ◦ blue 63

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

Shades of Yellow Metal #71663F

Tints of Yellow Metal #71663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 40.65%
G = 36.69%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71663F (or 0x71663F) is known color: Yellow Metal. HEX triplet: 71, 66 and 3F. RGB value is (113,102,63). Sum of RGB (Red+Green+Blue) = 113+102+63=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71663F is #8E99C0. Grayscale: #656565. Windows color (decimal): -9345473 or 4154993. OLE color: 4154993.

HSL color Cylindrical-coordinate representation of color #71663F: hue angle of 46.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71663F is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 63 -
CMYK 0 0.10 0.44 0.56
HSL 46.8º 0.28% 0.35% -
HSV(B) 46.8º 0.44% 0.44% -
XYZ 12.46 13.37 6.63 -
YUV 100.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 113 102 63 0 0.10 0.44 0.56 46.8 0.28 0.35
Hex 71 66 3F 0 A 2C 38 2F 1C 23
Octal 161 146 77 0 12 54 70 57 34 43
Binary 1110001 1100110 111111 0 1010 101100 111000 101111 11100 100011

Color Harmonies of #71663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71663F

Black with #71663F

Text Example


Text Example

White with #71663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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