Html Css Color HEX #75643F Yellow Metal

📋 copy color: '#75643F'

red 117 ◦ green 100 ◦ blue 63

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

Shades of Yellow Metal #75643F

Tints of Yellow Metal #75643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 41.79%
G = 35.71%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75643F (or 0x75643F) is known color: Yellow Metal. HEX triplet: 75, 64 and 3F. RGB value is (117,100,63). Sum of RGB (Red+Green+Blue) = 117+100+63=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643F is #8A9BC0. Grayscale: #656565. Windows color (decimal): -9083841 or 4154485. OLE color: 4154485.

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

Color convert

RGB 117 100 63 -
CMYK 0 0.15 0.46 0.54
HSL 41.11º 0.3% 0.35% -
HSV(B) 41.11º 0.46% 0.46% -
XYZ 12.79 13.26 6.59 -
YUV 100.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 117 100 63 0 0.15 0.46 0.54 41.11 0.3 0.35
Hex 75 64 3F 0 F 2E 36 29 1E 23
Octal 165 144 77 0 17 56 66 51 36 43
Binary 1110101 1100100 111111 0 1111 101110 110110 101001 11110 100011

Color Harmonies of #75643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75643F

Black with #75643F

Text Example


Text Example

White with #75643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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