Html Css Color HEX #756441 Yellow Metal

📋 copy color: '#756441'

red 117 ◦ green 100 ◦ blue 65

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

Shades of Yellow Metal #756441

Tints of Yellow Metal #756441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 41.49%
G = 35.46%
B = 23.05%

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

#756441 (or 0x756441) is known color: Yellow Metal. HEX triplet: 75, 64 and 41. RGB value is (117,100,65). Sum of RGB (Red+Green+Blue) = 117+100+65=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756441 is #8A9BBE. Grayscale: #656565. Windows color (decimal): -9083839 or 4285557. OLE color: 4285557.

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

Color convert

RGB 117 100 65 -
CMYK 0 0.15 0.44 0.54
HSL 40.38º 0.29% 0.36% -
HSV(B) 40.38º 0.44% 0.46% -
XYZ 12.85 13.28 6.89 -
YUV 101.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 117 100 65 0 0.15 0.44 0.54 40.38 0.29 0.36
Hex 75 64 41 0 F 2C 36 28 1D 24
Octal 165 144 101 0 17 54 66 50 35 44
Binary 1110101 1100100 1000001 0 1111 101100 110110 101000 11101 100100

Color Harmonies of #756441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756441

Black with #756441

Text Example


Text Example

White with #756441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756441; }

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

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

background-color css

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

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

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

border-color css

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

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

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