Html Css Color HEX #75683A Yellow Metal

📋 copy color: '#75683A'

red 117 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #75683A

Tints of Yellow Metal #75683A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.28%

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

R = 41.94%
G = 37.28%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75683A (or 0x75683A) is known color: Yellow Metal. HEX triplet: 75, 68 and 3A. RGB value is (117,104,58). Sum of RGB (Red+Green+Blue) = 117+104+58=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75683A is #8A97C5. Grayscale: #666666. Windows color (decimal): -9082822 or 3827829. OLE color: 3827829.

HSL color Cylindrical-coordinate representation of color #75683A: hue angle of 46.78º 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 #75683A is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 58 -
CMYK 0 0.11 0.50 0.54
HSL 46.78º 0.34% 0.34% -
HSV(B) 46.78º 0.5% 0.46% -
XYZ 13.05 13.99 6.02 -
YUV 102.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 117 104 58 0 0.11 0.50 0.54 46.78 0.34 0.34
Hex 75 68 3A 0 B 32 36 2F 22 22
Octal 165 150 72 0 13 62 66 57 42 42
Binary 1110101 1101000 111010 0 1011 110010 110110 101111 100010 100010

Color Harmonies of #75683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75683A

Black with #75683A

Text Example


Text Example

White with #75683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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