Html Css Color HEX #75613F Yellow Metal

📋 copy color: '#75613F'

red 117 ◦ green 97 ◦ blue 63

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

Shades of Yellow Metal #75613F

Tints of Yellow Metal #75613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 42.24%
G = 35.02%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75613F (or 0x75613F) is known color: Yellow Metal. HEX triplet: 75, 61 and 3F. RGB value is (117,97,63). Sum of RGB (Red+Green+Blue) = 117+97+63=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613F is #8A9EC0. Grayscale: #636363. Windows color (decimal): -9084609 or 4153717. OLE color: 4153717.

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

Color convert

RGB 117 97 63 -
CMYK 0 0.17 0.46 0.54
HSL 37.78º 0.3% 0.35% -
HSV(B) 37.78º 0.46% 0.46% -
XYZ 12.51 12.69 6.49 -
YUV 99.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 117 97 63 0 0.17 0.46 0.54 37.78 0.3 0.35
Hex 75 61 3F 0 11 2E 36 26 1E 23
Octal 165 141 77 0 21 56 66 46 36 43
Binary 1110101 1100001 111111 0 10001 101110 110110 100110 11110 100011

Color Harmonies of #75613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75613F

Black with #75613F

Text Example


Text Example

White with #75613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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