Html Css Color HEX #75683E Yellow Metal

📋 copy color: '#75683E'

red 117 ◦ green 104 ◦ blue 62

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

Shades of Yellow Metal #75683E

Tints of Yellow Metal #75683E

RGB

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

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

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

R = 41.34%
G = 36.75%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75683E (or 0x75683E) is known color: Yellow Metal. HEX triplet: 75, 68 and 3E. RGB value is (117,104,62). Sum of RGB (Red+Green+Blue) = 117+104+62=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75683E is #8A97C1. Grayscale: #676767. Windows color (decimal): -9082818 or 4089973. OLE color: 4089973.

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

Color convert

RGB 117 104 62 -
CMYK 0 0.11 0.47 0.54
HSL 45.82º 0.31% 0.35% -
HSV(B) 45.82º 0.47% 0.46% -
XYZ 13.16 14.03 6.57 -
YUV 103.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 117 104 62 0 0.11 0.47 0.54 45.82 0.31 0.35
Hex 75 68 3E 0 B 2F 36 2E 1F 23
Octal 165 150 76 0 13 57 66 56 37 43
Binary 1110101 1101000 111110 0 1011 101111 110110 101110 11111 100011

Color Harmonies of #75683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75683E

Black with #75683E

Text Example


Text Example

White with #75683E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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