#75643B

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

Shades of Yellow Metal #75643B

Tints of Yellow Metal #75643B

Color information

#75643B (or 0x75643B) is unknown color: approx Yellow Metal. HEX triplet: 75, 64 and 3B. RGB value is (117,100,59). Sum of RGB (Red+Green+Blue) = 117+100+59=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643B is #8A9BC4. Grayscale: #646464. Windows color (decimal): -9083845 or 3892341. OLE color: 3892341.

HSL color Cylindrical-coordinate representation of color #75643B: hue angle of 42.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75643B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11710059-
CMYK00.150.500.54
HSL42.41º32.95%34.51%-
HSV(B)42.41º49.57%45.88%-
XYZ12.6813.216.02-
YUV100.41104.63139.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=42.39%
G=36.23%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171005900.150.500.5442.4132.9534.51
Hex75643B0F32362a2123
Octal165144730176266524143
Binary1110101110010011101101111110010110110101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75643B; }

 p { color: rgb(117,100,59); }

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

<style>
 a { background-color: #75643B; }

 a { background-color: rgb(117,100,59); }

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

<style>
 span { border-color: #75643B; }

 span { border-color: rgb(117,100,59); }

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