Html Css Color HEX #7C633D Yellow Metal

📋 copy color: '#7C633D'

red 124 ◦ green 99 ◦ blue 61

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

Shades of Yellow Metal #7C633D

Tints of Yellow Metal #7C633D

RGB

 RED value IS 124 (48.83% from 255) = 43.66%

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 43.66%
G = 34.86%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C633D (or 0x7C633D) is known color: Yellow Metal. HEX triplet: 7C, 63 and 3D. RGB value is (124,99,61). Sum of RGB (Red+Green+Blue) = 124+99+61=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C633D is #839CC2. Grayscale: #666666. Windows color (decimal): -8625347 or 4023164. OLE color: 4023164.

HSL color Cylindrical-coordinate representation of color #7C633D: hue angle of 36.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C633D is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 99 61 -
CMYK 0 0.20 0.51 0.51
HSL 36.19º 0.34% 0.36% -
HSV(B) 36.19º 0.51% 0.49% -
XYZ 13.62 13.55 6.31 -
YUV 102.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 124 99 61 0 0.20 0.51 0.51 36.19 0.34 0.36
Hex 7C 63 3D 0 14 33 33 24 22 24
Octal 174 143 75 0 24 63 63 44 42 44
Binary 1111100 1100011 111101 0 10100 110011 110011 100100 100010 100100

Color Harmonies of #7C633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C633D

Black with #7C633D

Text Example


Text Example

White with #7C633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C633D; }

 p { color: rgb(124,99,61); }

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

background-color css

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

 a { background-color: rgb(124,99,61); }

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

border-color css

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

 span { border-color: rgb(124,99,61); }

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