Html Css Color HEX #75643E Yellow Metal

📋 copy color: '#75643E'

red 117 ◦ green 100 ◦ blue 62

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

Shades of Yellow Metal #75643E

Tints of Yellow Metal #75643E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 41.94%
G = 35.84%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75643E (or 0x75643E) is known color: Yellow Metal. HEX triplet: 75, 64 and 3E. RGB value is (117,100,62). Sum of RGB (Red+Green+Blue) = 117+100+62=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643E is #8A9BC1. Grayscale: #646464. Windows color (decimal): -9083842 or 4088949. OLE color: 4088949.

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

Color convert

RGB 117 100 62 -
CMYK 0 0.15 0.47 0.54
HSL 41.45º 0.31% 0.35% -
HSV(B) 41.45º 0.47% 0.46% -
XYZ 12.76 13.24 6.44 -
YUV 100.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 117 100 62 0 0.15 0.47 0.54 41.45 0.31 0.35
Hex 75 64 3E 0 F 2F 36 29 1F 23
Octal 165 144 76 0 17 57 66 51 37 43
Binary 1110101 1100100 111110 0 1111 101111 110110 101001 11111 100011

Color Harmonies of #75643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75643E

Black with #75643E

Text Example


Text Example

White with #75643E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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