#75623C

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

Shades of Yellow Metal #75623C

Tints of Yellow Metal #75623C

Color information

#75623C (or 0x75623C) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 3C. RGB value is (117,98,60). Sum of RGB (Red+Green+Blue) = 117+98+60=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75623C is #8A9DC3. Grayscale: #636363. Windows color (decimal): -9084356 or 3957365. OLE color: 3957365.

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

Color convert

RGB1179860-
CMYK00.160.490.54
HSL40º32.2%34.71%-
HSV(B)40º48.72%45.88%-
XYZ12.5212.846.09-
YUV99.35105.79140.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=42.55%
G=35.64%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117986000.160.490.544032.234.71
Hex75623C0103136282023
Octal165142740206166504043
Binary11101011100010111100010000110001110110101000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,98,60); }

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

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

 a { background-color: rgb(117,98,60); }

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

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

 span { border-color: rgb(117,98,60); }

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