Html Css Color HEX #756341 Yellow Metal

📋 copy color: '#756341'

red 117 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #756341

Tints of Yellow Metal #756341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 41.64%
G = 35.23%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756341 (or 0x756341) is known color: Yellow Metal. HEX triplet: 75, 63 and 41. RGB value is (117,99,65). Sum of RGB (Red+Green+Blue) = 117+99+65=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756341 is #8A9CBE. Grayscale: #646464. Windows color (decimal): -9084095 or 4285301. OLE color: 4285301.

HSL color Cylindrical-coordinate representation of color #756341: hue angle of 39.23º 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 #756341 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 65 -
CMYK 0 0.15 0.44 0.54
HSL 39.23º 0.29% 0.36% -
HSV(B) 39.23º 0.44% 0.46% -
XYZ 12.75 13.09 6.86 -
YUV 100.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 117 99 65 0 0.15 0.44 0.54 39.23 0.29 0.36
Hex 75 63 41 0 F 2C 36 27 1D 24
Octal 165 143 101 0 17 54 66 47 35 44
Binary 1110101 1100011 1000001 0 1111 101100 110110 100111 11101 100100

Color Harmonies of #756341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756341

Black with #756341

Text Example


Text Example

White with #756341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756341; }

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

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

background-color css

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

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

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

border-color css

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

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

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