#75653D

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

Shades of Yellow Metal #75653D

Tints of Yellow Metal #75653D

Color information

#75653D (or 0x75653D) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 3D. RGB value is (117,101,61). Sum of RGB (Red+Green+Blue) = 117+101+61=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653D is #8A9AC2. Grayscale: #656565. Windows color (decimal): -9083587 or 4023669. OLE color: 4023669.

HSL color Cylindrical-coordinate representation of color #75653D: hue angle of 42.86º 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 #75653D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB11710161-
CMYK00.140.480.54
HSL42.86º31.46%34.9%-
HSV(B)42.86º47.86%45.88%-
XYZ12.8313.436.33-
YUV101.22105.3139.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=41.94%
G=36.20%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016100.140.480.5442.8631.4634.9
Hex75653D0E30362b1f23
Octal165145750166066533743
Binary111010111001011111010111011000011011010101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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