Html Css Color HEX #756741 Yellow Metal

📋 copy color: '#756741'

red 117 ◦ green 103 ◦ blue 65

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

Shades of Yellow Metal #756741

Tints of Yellow Metal #756741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.14%

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

R = 41.05%
G = 36.14%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#756741 (or 0x756741) is known color: Yellow Metal. HEX triplet: 75, 67 and 41. RGB value is (117,103,65). Sum of RGB (Red+Green+Blue) = 117+103+65=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756741 is #8A98BE. Grayscale: #676767. Windows color (decimal): -9083071 or 4286325. OLE color: 4286325.

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

Color convert

RGB 117 103 65 -
CMYK 0 0.12 0.44 0.54
HSL 43.85º 0.29% 0.36% -
HSV(B) 43.85º 0.44% 0.46% -
XYZ 13.14 13.86 6.98 -
YUV 102.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 117 103 65 0 0.12 0.44 0.54 43.85 0.29 0.36
Hex 75 67 41 0 C 2C 36 2C 1D 24
Octal 165 147 101 0 14 54 66 54 35 44
Binary 1110101 1100111 1000001 0 1100 101100 110110 101100 11101 100100

Color Harmonies of #756741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756741

Black with #756741

Text Example


Text Example

White with #756741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756741; }

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

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

background-color css

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

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

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

border-color css

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

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

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