#75633F

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

Shades of Yellow Metal #75633F

Tints of Yellow Metal #75633F

Color information

#75633F (or 0x75633F) is unknown color: approx Yellow Metal. HEX triplet: 75, 63 and 3F. RGB value is (117,99,63). Sum of RGB (Red+Green+Blue) = 117+99+63=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633F is #8A9CC0. Grayscale: #646464. Windows color (decimal): -9084097 or 4154229. OLE color: 4154229.

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

Color convert

RGB1179963-
CMYK00.150.460.54
HSL40º30%35.29%-
HSV(B)40º46.15%45.88%-
XYZ12.713.066.56-
YUV100.28106.96139.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 22.58%
R=41.94%
G=35.48%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117996300.150.460.54403035.29
Hex75633F0F2E36281e23
Octal165143770175666503643
Binary111010111000111111110111110111011011010100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,99,63); }

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

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

 a { background-color: rgb(117,99,63); }

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

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

 span { border-color: rgb(117,99,63); }

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