Html Css Color HEX #756343 Yellow Metal

📋 copy color: '#756343'

red 117 ◦ green 99 ◦ blue 67

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

Shades of Yellow Metal #756343

Tints of Yellow Metal #756343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 41.34%
G = 34.98%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#756343 (or 0x756343) is known color: Yellow Metal. HEX triplet: 75, 63 and 43. RGB value is (117,99,67). Sum of RGB (Red+Green+Blue) = 117+99+67=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756343 is #8A9CBC. Grayscale: #646464. Windows color (decimal): -9084093 or 4416373. OLE color: 4416373.

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

Color convert

RGB 117 99 67 -
CMYK 0 0.15 0.43 0.54
HSL 38.4º 0.27% 0.36% -
HSV(B) 38.4º 0.43% 0.46% -
XYZ 12.81 13.11 7.17 -
YUV 100.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 117 99 67 0 0.15 0.43 0.54 38.4 0.27 0.36
Hex 75 63 43 0 F 2B 36 26 1B 24
Octal 165 143 103 0 17 53 66 46 33 44
Binary 1110101 1100011 1000011 0 1111 101011 110110 100110 11011 100100

Color Harmonies of #756343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756343

Black with #756343

Text Example


Text Example

White with #756343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756343; }

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

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

background-color css

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

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

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

border-color css

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

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

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