#7B6741

Color #7B6741 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7B6741

Tints of Yellow Metal #7B6741

Color information

#7B6741 (or 0x7B6741) is unknown color: approx Yellow Metal. HEX triplet: 7B, 67 and 41. RGB value is (123,103,65). Sum of RGB (Red+Green+Blue) = 123+103+65=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6741 is #8498BE. Grayscale: #686868. Windows color (decimal): -8689855 or 4286331. OLE color: 4286331.

HSL color Cylindrical-coordinate representation of color #7B6741: hue angle of 39.31º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6741 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB12310365-
CMYK00.160.470.52
HSL39.31º30.85%36.86%-
HSV(B)39.31º47.15%48.24%-
XYZ13.9714.297.02-
YUV104.65105.63141.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=42.27%
G=35.40%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231036500.160.470.5239.3130.8536.86
Hex7B67410102F34271f25
Octal1731471010205764473745
Binary11110111100111100000101000010111111010010011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,65); }

 H1.HeaderClassName
 {
   color: #7B6741;
 }
 .AnyTagClassName
 {
   color: #7B6741;
 }
</style>
background-color css

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

 a { background-color: rgb(123,103,65); }

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

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

 span { border-color: rgb(123,103,65); }

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