Html Css Color HEX #75643A Yellow Metal

📋 copy color: '#75643A'

red 117 ◦ green 100 ◦ blue 58

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

Shades of Yellow Metal #75643A

Tints of Yellow Metal #75643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 42.55%
G = 36.36%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75643A (or 0x75643A) is known color: Yellow Metal. HEX triplet: 75, 64 and 3A. RGB value is (117,100,58). Sum of RGB (Red+Green+Blue) = 117+100+58=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643A is #8A9BC5. Grayscale: #646464. Windows color (decimal): -9083846 or 3826805. OLE color: 3826805.

HSL color Cylindrical-coordinate representation of color #75643A: hue angle of 42.71º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75643A is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 58 -
CMYK 0 0.15 0.50 0.54
HSL 42.71º 0.34% 0.34% -
HSV(B) 42.71º 0.5% 0.46% -
XYZ 12.66 13.2 5.88 -
YUV 100.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 117 100 58 0 0.15 0.50 0.54 42.71 0.34 0.34
Hex 75 64 3A 0 F 32 36 2B 22 22
Octal 165 144 72 0 17 62 66 53 42 42
Binary 1110101 1100100 111010 0 1111 110010 110110 101011 100010 100010

Color Harmonies of #75643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75643A

Black with #75643A

Text Example


Text Example

White with #75643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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