Html Css Color HEX #75693A Yellow Metal

📋 copy color: '#75693A'

red 117 ◦ green 105 ◦ blue 58

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

Shades of Yellow Metal #75693A

Tints of Yellow Metal #75693A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.5%

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 41.79%
G = 37.5%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75693A (or 0x75693A) is known color: Yellow Metal. HEX triplet: 75, 69 and 3A. RGB value is (117,105,58). Sum of RGB (Red+Green+Blue) = 117+105+58=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75693A is #8A96C5. Grayscale: #676767. Windows color (decimal): -9082566 or 3828085. OLE color: 3828085.

HSL color Cylindrical-coordinate representation of color #75693A: hue angle of 47.8º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75693A is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 58 -
CMYK 0 0.10 0.50 0.54
HSL 47.8º 0.34% 0.34% -
HSV(B) 47.8º 0.5% 0.46% -
XYZ 13.15 14.19 6.05 -
YUV 103.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 117 105 58 0 0.10 0.50 0.54 47.8 0.34 0.34
Hex 75 69 3A 0 A 32 36 30 22 22
Octal 165 151 72 0 12 62 66 60 42 42
Binary 1110101 1101001 111010 0 1010 110010 110110 110000 100010 100010

Color Harmonies of #75693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75693A

Black with #75693A

Text Example


Text Example

White with #75693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75693A; }

 p { color: rgb(117,105,58); }

 H1.HeaderClassName
 {
   color: #75693A;
 }
 .AnyTagClassName
 {
   color: #75693A;
 }
</style>

background-color css

<style>
 a { background-color: #75693A; }

 a { background-color: rgb(117,105,58); }

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

border-color css

<style>
 span { border-color: #75693A; }

 span { border-color: rgb(117,105,58); }

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