#75633D

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

Shades of Yellow Metal #75633D

Tints of Yellow Metal #75633D

Color information

#75633D (or 0x75633D) is unknown color: approx Yellow Metal. HEX triplet: 75, 63 and 3D. RGB value is (117,99,61). Sum of RGB (Red+Green+Blue) = 117+99+61=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75633D is #8A9CC2. Grayscale: #646464. Windows color (decimal): -9084099 or 4023157. OLE color: 4023157.

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

Color convert

RGB1179961-
CMYK00.150.480.54
HSL40.71º31.46%34.9%-
HSV(B)40.71º47.86%45.88%-
XYZ12.6413.046.27-
YUV100.05105.96140.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=42.24%
G=35.74%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117996100.150.480.5440.7131.4634.9
Hex75633D0F3036291f23
Octal165143750176066513743
Binary111010111000111111010111111000011011010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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