Html Css Color HEX #75613E Yellow Metal

📋 copy color: '#75613E'

red 117 ◦ green 97 ◦ blue 62

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

Shades of Yellow Metal #75613E

Tints of Yellow Metal #75613E

RGB

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

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

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

R = 42.39%
G = 35.14%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75613E (or 0x75613E) is known color: Yellow Metal. HEX triplet: 75, 61 and 3E. RGB value is (117,97,62). Sum of RGB (Red+Green+Blue) = 117+97+62=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75613E is #8A9EC1. Grayscale: #636363. Windows color (decimal): -9084610 or 4088181. OLE color: 4088181.

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

Color convert

RGB 117 97 62 -
CMYK 0 0.17 0.47 0.54
HSL 38.18º 0.31% 0.35% -
HSV(B) 38.18º 0.47% 0.46% -
XYZ 12.48 12.68 6.35 -
YUV 98.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 117 97 62 0 0.17 0.47 0.54 38.18 0.31 0.35
Hex 75 61 3E 0 11 2F 36 26 1F 23
Octal 165 141 76 0 21 57 66 46 37 43
Binary 1110101 1100001 111110 0 10001 101111 110110 100110 11111 100011

Color Harmonies of #75613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75613E

Black with #75613E

Text Example


Text Example

White with #75613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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