Html Css Color HEX #75623F Yellow Metal

📋 copy color: '#75623F'

red 117 ◦ green 98 ◦ blue 63

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

Shades of Yellow Metal #75623F

Tints of Yellow Metal #75623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

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

R = 42.09%
G = 35.25%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75623F (or 0x75623F) is known color: Yellow Metal. HEX triplet: 75, 62 and 3F. RGB value is (117,98,63). Sum of RGB (Red+Green+Blue) = 117+98+63=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75623F is #8A9DC0. Grayscale: #636363. Windows color (decimal): -9084353 or 4153973. OLE color: 4153973.

HSL color Cylindrical-coordinate representation of color #75623F: hue angle of 38.89º 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 #75623F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 63 -
CMYK 0 0.16 0.46 0.54
HSL 38.89º 0.3% 0.35% -
HSV(B) 38.89º 0.46% 0.46% -
XYZ 12.6 12.88 6.52 -
YUV 99.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 117 98 63 0 0.16 0.46 0.54 38.89 0.3 0.35
Hex 75 62 3F 0 10 2E 36 27 1E 23
Octal 165 142 77 0 20 56 66 47 36 43
Binary 1110101 1100010 111111 0 10000 101110 110110 100111 11110 100011

Color Harmonies of #75623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75623F

Black with #75623F

Text Example


Text Example

White with #75623F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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