Html Css Color HEX #756641 Yellow Metal

📋 copy color: '#756641'

red 117 ◦ green 102 ◦ blue 65

#756641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #756641

Tints of Yellow Metal #756641

RGB

 RED value IS 117 (46.09% from 255) = 41.2%

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 41.2%
G = 35.92%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756641 (or 0x756641) is known color: Yellow Metal. HEX triplet: 75, 66 and 41. RGB value is (117,102,65). Sum of RGB (Red+Green+Blue) = 117+102+65=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756641 is #8A99BE. Grayscale: #666666. Windows color (decimal): -9083327 or 4286069. OLE color: 4286069.

HSL color Cylindrical-coordinate representation of color #756641: hue angle of 42.69º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #756641 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 65 -
CMYK 0 0.13 0.44 0.54
HSL 42.69º 0.29% 0.36% -
HSV(B) 42.69º 0.44% 0.46% -
XYZ 13.04 13.67 6.95 -
YUV 102.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 117 102 65 0 0.13 0.44 0.54 42.69 0.29 0.36
Hex 75 66 41 0 D 2C 36 2B 1D 24
Octal 165 146 101 0 15 54 66 53 35 44
Binary 1110101 1100110 1000001 0 1101 101100 110110 101011 11101 100100

Color Harmonies of #756641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756641

Black with #756641

Text Example


Text Example

White with #756641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756641; }

 p { color: rgb(117,102,65); }

 H1.HeaderClassName
 {
   color: #756641;
 }
 .AnyTagClassName
 {
   color: #756641;
 }
</style>

background-color css

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

 a { background-color: rgb(117,102,65); }

 div.DivClassName
 {
   background-color: #756641;
 }
 .BgClassName
 {
   background-color: #756641;
 }
</style>

border-color css

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

 span { border-color: rgb(117,102,65); }

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