Html Css Color HEX #756342 Yellow Metal

📋 copy color: '#756342'

red 117 ◦ green 99 ◦ blue 66

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

Shades of Yellow Metal #756342

Tints of Yellow Metal #756342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 41.49%
G = 35.11%
B = 23.4%

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

#756342 (or 0x756342) is known color: Yellow Metal. HEX triplet: 75, 63 and 42. RGB value is (117,99,66). Sum of RGB (Red+Green+Blue) = 117+99+66=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756342 is #8A9CBD. Grayscale: #646464. Windows color (decimal): -9084094 or 4350837. OLE color: 4350837.

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

Color convert

RGB 117 99 66 -
CMYK 0 0.15 0.44 0.54
HSL 38.82º 0.28% 0.36% -
HSV(B) 38.82º 0.44% 0.46% -
XYZ 12.78 13.1 7.01 -
YUV 100.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 117 99 66 0 0.15 0.44 0.54 38.82 0.28 0.36
Hex 75 63 42 0 F 2C 36 27 1C 24
Octal 165 143 102 0 17 54 66 47 34 44
Binary 1110101 1100011 1000010 0 1111 101100 110110 100111 11100 100100

Color Harmonies of #756342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756342

Black with #756342

Text Example


Text Example

White with #756342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756342; }

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

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

background-color css

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

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

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

border-color css

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

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

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