Html Css Color HEX #71673C Yellow Metal

📋 copy color: '#71673C'

red 113 ◦ green 103 ◦ blue 60

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

Shades of Yellow Metal #71673C

Tints of Yellow Metal #71673C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 40.94%
G = 37.32%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71673C (or 0x71673C) is known color: Yellow Metal. HEX triplet: 71, 67 and 3C. RGB value is (113,103,60). Sum of RGB (Red+Green+Blue) = 113+103+60=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71673C is #8E98C3. Grayscale: #656565. Windows color (decimal): -9345220 or 3958641. OLE color: 3958641.

HSL color Cylindrical-coordinate representation of color #71673C: hue angle of 48.68º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71673C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 60 -
CMYK 0 0.09 0.47 0.56
HSL 48.68º 0.31% 0.34% -
HSV(B) 48.68º 0.47% 0.44% -
XYZ 12.48 13.54 6.23 -
YUV 101.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 113 103 60 0 0.09 0.47 0.56 48.68 0.31 0.34
Hex 71 67 3C 0 9 2F 38 31 1F 22
Octal 161 147 74 0 11 57 70 61 37 42
Binary 1110001 1100111 111100 0 1001 101111 111000 110001 11111 100010

Color Harmonies of #71673C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71673C

Black with #71673C

Text Example


Text Example

White with #71673C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71673C; }

 p { color: rgb(113,103,60); }

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

background-color css

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

 a { background-color: rgb(113,103,60); }

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

border-color css

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

 span { border-color: rgb(113,103,60); }

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