Html Css Color HEX #75683C Yellow Metal

📋 copy color: '#75683C'

red 117 ◦ green 104 ◦ blue 60

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

Shades of Yellow Metal #75683C

Tints of Yellow Metal #75683C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 41.64%
G = 37.01%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75683C (or 0x75683C) is known color: Yellow Metal. HEX triplet: 75, 68 and 3C. RGB value is (117,104,60). Sum of RGB (Red+Green+Blue) = 117+104+60=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75683C is #8A97C3. Grayscale: #676767. Windows color (decimal): -9082820 or 3958901. OLE color: 3958901.

HSL color Cylindrical-coordinate representation of color #75683C: hue angle of 46.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75683C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 60 -
CMYK 0 0.11 0.49 0.54
HSL 46.32º 0.32% 0.35% -
HSV(B) 46.32º 0.49% 0.46% -
XYZ 13.1 14.01 6.29 -
YUV 102.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 117 104 60 0 0.11 0.49 0.54 46.32 0.32 0.35
Hex 75 68 3C 0 B 31 36 2E 20 23
Octal 165 150 74 0 13 61 66 56 40 43
Binary 1110101 1101000 111100 0 1011 110001 110110 101110 100000 100011

Color Harmonies of #75683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75683C

Black with #75683C

Text Example


Text Example

White with #75683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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